Eliminate warnings

This commit is contained in:
Gregory Nutt
2015-09-08 12:41:52 -06:00
parent c99a5d9001
commit ebf7fe9aae
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -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