Add the Keil project to the SmartFusion demo directory, and update the source code so it compiles with both IAR and Keil.

This commit is contained in:
Richard Barry 2011-04-28 19:37:30 +00:00
parent f155921461
commit 44fc593dfe
8 changed files with 2898 additions and 6 deletions

View file

@ -210,10 +210,11 @@ unsigned long ulString;
static unsigned short generate_io_state( void *arg )
{
extern long lParTestGetLEDState( unsigned long ulLED );
( void ) arg;
unsigned short usRawVoltage;
const ace_channel_handle_t xVoltageChannel = ( ace_channel_handle_t ) 0;
( void ) arg;
/* Are the dynamically setable LEDs currently on or off? */
if( lParTestGetLEDState( 3 ) )
{