Skip to content

Commit 46f033e

Browse files
Add missing curly braces in Listing#10.12 (#84)
* add table for scheduler configuration * Code review suggestions * Add missing closing curly braces
1 parent 06a395a commit 46f033e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ch10.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,6 +1190,7 @@ void xUART_ReceiveISR( xUART *pxUARTInstance )
11901190
vTaskNotifyGiveFromISR( pxUARTInstance->xTaskToNotify,
11911191
&xHigherPriorityTaskWoken );
11921192
portYIELD_FROM_ISR( xHigherPriorityTaskWoken );
1193+
}
11931194
}
11941195
```
11951196

0 commit comments

Comments
 (0)