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 5ca8b46 commit 602bc5fCopy full SHA for 602bc5f
cores/rp2040/RP2040Support.h
@@ -193,7 +193,7 @@ class RP2040 {
193
_ccountPgm->prepare(&_pio, &_sm, &off);
194
ccount_program_init(_pio, _sm, off);
195
pio_sm_set_enabled(_pio, _sm, true);
196
-#if !defined(__riscv)
+#if !defined(__riscv) && !defined(__PROFILE)
197
}
198
#endif
199
@@ -229,7 +229,7 @@ class RP2040 {
229
} else {
230
231
return ccount_read(_pio, _sm);
232
233
234
235
@@ -247,7 +247,7 @@ class RP2040 {
247
248
249
250
251
252
253
0 commit comments