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 ef4ec41 commit 6e52b72Copy full SHA for 6e52b72
docs/contrib.rst
@@ -84,7 +84,7 @@ code that only runs on this core, use the following define.
84
85
.. code:: cpp
86
87
- #if defined(ARDUINO_ARCH_RP2040)
+ #if defined(ARDUINO_ARCH_RP2040) && !defined(__MBED__)
88
~~~ your changes ~~~
89
#endif
90
0 commit comments