mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Eliminate warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user