mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 18:18:32 -04:00
Correct #endif statement in new flash_tiemr.h header file.
This commit is contained in:
parent
c80818c7d8
commit
f16af5d27e
1 changed files with 1 additions and 1 deletions
|
@ -64,4 +64,4 @@
|
||||||
*/
|
*/
|
||||||
void vStartLEDFlashTimers( unsigned portBASE_TYPE xNumberOfLEDs );
|
void vStartLEDFlashTimers( unsigned portBASE_TYPE xNumberOfLEDs );
|
||||||
|
|
||||||
#endif FLASH_TIMER_H
|
#endif /* FLASH_TIMER_H */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue