From f16af5d27edf537903b5b2688f861254f2a2f962 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Sat, 17 Mar 2012 17:22:52 +0000 Subject: [PATCH] Correct #endif statement in new flash_tiemr.h header file. --- Demo/Common/include/flash_timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo/Common/include/flash_timer.h b/Demo/Common/include/flash_timer.h index 802dac9781..989b28202a 100644 --- a/Demo/Common/include/flash_timer.h +++ b/Demo/Common/include/flash_timer.h @@ -64,4 +64,4 @@ */ void vStartLEDFlashTimers( unsigned portBASE_TYPE xNumberOfLEDs ); -#endif FLASH_TIMER_H +#endif /* FLASH_TIMER_H */