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 d20ed44 commit f78ed6eCopy full SHA for f78ed6e
libraries/rp2040/examples/Profiling/Profiling.ino
@@ -52,7 +52,7 @@
52
53
#ifndef __PROFILE
54
void setup() {
55
- Serial.printf("Enable profiling to run this example.\n");
+ Serial.printf("Enable profiling to run this example.\n");
56
}
57
58
void loop() {
variants/arduino_nano_connect/pins_arduino.h
@@ -120,4 +120,7 @@ static const uint8_t SCK = PIN_SPI0_SCK;
120
#define CRYPTO_WIRE Wire
121
122
#define USB_MAX_POWER (500)
123
+
124
+#ifdef __cplusplus
125
#include "nina_pins.h"
126
+#endif
0 commit comments