Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to know which core is running my code and found the rp2040.cpuid() function. The Arduino IDE compiler says
FlightDataRecorder4.0.0:510:1: error: 'cpuid' was not declared in this scope
510 | cpuid();
| ^~~~~
FlightDataRecorder4.0.0.ino: At global scope:
FlightDataRecorder4.0.0:513:12: error: expected initializer before '.' token
513 | void rp2040.cpuid();
|
What am I doing wrong?
Thanks,
Rick
Beta Was this translation helpful? Give feedback.
All reactions