From 72b386820199314cce5d1aa701fcd8f1ebd8dd2f Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sat, 17 Mar 2012 17:22:52 +0000 Subject: [PATCH] Correct #endif statement in new flash_tiemr.h header file. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1705 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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 802dac978..989b28202 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 */ -- 2.39.5