Eliminate warnings
This commit is contained in:
parent
c99a5d9001
commit
ebf7fe9aae
@ -202,8 +202,9 @@ void tiva_boardinitialize(void);
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef CONFIG_ARCH_LEDS
|
||||
void cc3200_ledinit(void);
|
||||
|
||||
#ifndef CONFIG_ARCH_LEDS
|
||||
void cc3200_setled(int led, unsigned char ledon);
|
||||
void cc3200_setleds(unsigned char ledset);
|
||||
#endif
|
||||
|
@ -43,6 +43,7 @@
|
||||
#include <nuttx/config.h>
|
||||
#include <nuttx/compiler.h>
|
||||
#include <stdint.h>
|
||||
#include <arch/stm32/chip.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
Loading…
Reference in New Issue
Block a user