We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfd9eb commit 71238ccCopy full SHA for 71238cc
cores/rp2040/Arduino.h
@@ -84,13 +84,13 @@ void analogWriteFreq(uint32_t freq);
84
void analogWriteRange(uint32_t range);
85
void analogWriteResolution(int res);
86
87
-// FreeRTOS potential calls
88
-extern bool __isFreeRTOS;
89
-
90
#ifdef __cplusplus
91
} // extern "C"
92
#endif
93
+// FreeRTOS potential calls
+extern bool __isFreeRTOS;
+
94
// Ancient AVR defines
95
#define HAVE_HWSERIAL0
96
#define HAVE_HWSERIAL1
cores/rp2040/CoreMutex.h
@@ -43,5 +43,5 @@ class CoreMutex {
43
private:
44
mutex_t *_mutex;
45
bool _acquired;
46
- u_int8_t _option;
+ uint8_t _option;
47
};
0 commit comments