Unverified Commit 6e52b725 authored by Earle F. Philhower, III's avatar Earle F. Philhower, III Committed by GitHub

Update macro for detecting this core in contributing docs (#1436)

parent ef4ec418
...@@ -84,7 +84,7 @@ code that only runs on this core, use the following define. ...@@ -84,7 +84,7 @@ code that only runs on this core, use the following define.
.. code:: cpp .. code:: cpp
#if defined(ARDUINO_ARCH_RP2040) #if defined(ARDUINO_ARCH_RP2040) && !defined(__MBED__)
~~~ your changes ~~~ ~~~ your changes ~~~
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment