mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
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:
parent
f155921461
commit
44fc593dfe
8 changed files with 2898 additions and 6 deletions
|
@ -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 ) )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue