From d389819eea3a84e388935153e3be847342809da3 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Mon, 18 Jan 2016 00:37:40 -0500 Subject: Convert all Unicode to ASCII(128) --- porting/idle_thread.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'porting/idle_thread.rst') diff --git a/porting/idle_thread.rst b/porting/idle_thread.rst index 18ac5ce..7bba283 100644 --- a/porting/idle_thread.rst +++ b/porting/idle_thread.rst @@ -86,7 +86,7 @@ self" which is implemented in a routine as follows. } If the CPU dependent IDLE thread body is implementation centers upon using -a "halt", "idle", or "shutdown" instruction, then don’t forget to put it +a "halt", "idle", or "shutdown" instruction, then don't forget to put it in an infinite loop as the CPU will have to reexecute this instruction each time the IDLE thread is dispatched. .. code:: c -- cgit v1.2.3