From: richardbarry Date: Sat, 17 Mar 2012 17:22:52 +0000 (+0000) Subject: Correct #endif statement in new flash_tiemr.h header file. X-Git-Tag: V7.1.1~41 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=72b386820199314cce5d1aa701fcd8f1ebd8dd2f;p=freertos 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 --- 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 */