We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259c18f commit 19f316fCopy full SHA for 19f316f
libraries/Examples/examples/Example8_BLE_LED/Example8_BLE_LED.ino
@@ -34,11 +34,9 @@
34
35
void setup() {
36
37
- #ifdef DEBUG
38
- SERIAL_PORT.begin(115200);
39
- delay(1000);
40
- SERIAL_PORT.printf("Apollo3 Arduino BLE Example. Compiled: %s\n", __TIME__);
41
- #endif
+ SERIAL_PORT.begin(115200);
+ delay(1000);
+ SERIAL_PORT.printf("Apollo3 Arduino BLE Example. Compiled: %s\n", __TIME__);
42
43
pinMode(LED_BUILTIN, OUTPUT);
44
set_led_low();
0 commit comments