Update comments in STM32F0 demo.

Update the Keil XMC4500 demo so there are simple blinky and comprehensive demo options.
This commit is contained in:
Richard Barry 2012-03-05 15:22:00 +00:00
parent c77dab2c35
commit 2e07d3d665
9 changed files with 1011 additions and 525 deletions

View file

@ -93,8 +93,8 @@ static void prvSetupHardware( void );
/* main_blinky() is used when mainCREATE_SIMPLE_BLINKY_DEMO_ONLY is set to 1.
main_full() is used when mainCREATE_SIMPLE_BLINKY_DEMO_ONLY is set to 0. */
void main_blinky( void );
void main_full( void );
extern void main_blinky( void );
extern void main_full( void );
/*-----------------------------------------------------------*/