mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 18:18:32 -04:00
Tidy up and comment.
This commit is contained in:
parent
dd9ed87596
commit
f5e095e34f
11 changed files with 157 additions and 451 deletions
|
@ -1,4 +1,4 @@
|
|||
; FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.
|
||||
; FreeRTOS.org V5.1.1 - Copyright (C) 2003-2009 Richard Barry.
|
||||
;
|
||||
; This file is part of the FreeRTOS.org distribution.
|
||||
;
|
||||
|
@ -33,6 +33,13 @@
|
|||
|
||||
EXTERN vRegTestFailed
|
||||
|
||||
|
||||
|
||||
;
|
||||
; The RegTest tasks as described in the comments at the top of main().
|
||||
;
|
||||
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
|
||||
; Functions implemented in this file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue