mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Tidy up - spell check.
This commit is contained in:
parent
5a418b56fa
commit
613c764189
8 changed files with 242 additions and 179 deletions
|
@ -9,5 +9,10 @@
|
|||
06.10.06 1.00 UMa Initial Version
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef VECTORS_H
|
||||
#define VECTORS_H
|
||||
|
||||
void InitIrqLevels( void );
|
||||
|
||||
#endif
|
||||
|
||||
void InitIrqLevels(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue