File tree 2 files changed +6
-1
lines changed
libraries/Examples/examples/Example8_BLE_LED
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 47
47
#include "gap_api.h"
48
48
#include "fmpl/fmpl_api.h"
49
49
50
+ extern void debug_print (const char * f , const char * F , uint16_t L );
51
+ extern void debug_printf (char * fmt , ...);
52
+ extern void set_led_high ( void );
53
+ extern void set_led_low ( void );
54
+
50
55
/**************************************************************************************************
51
56
Macros
52
57
**************************************************************************************************/
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ version=0.1.0
28
28
29
29
## Extra Flags (can be overridden in platform.local.txt)
30
30
compiler.extra_flags.cpp=
31
- compiler.extra_flags.c=
31
+ compiler.extra_flags.c=-Wno-unused-but-set-variable
32
32
compiler.extra_flags.S=
33
33
compiler.extra_flags.ld=
34
34
compiler.extra_flags.ar=
You can’t perform that action at this time.
0 commit comments