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 4703894 commit 7a13c73Copy full SHA for 7a13c73
src/Arduino_LowPowerPortentaH7.h
@@ -335,7 +335,7 @@ class LowPowerPortentaH7 {
335
// This is the simplified variant that Doxygen will see and use
336
// Notice that DOXYGEN_ONLY isn't defined anywhere - it doesn't
337
// have to be since Doxygen is configured with ENABLE_PREPROCESSING NO
338
- #ifdef VISIBLE_ONLY_TO_DOXYGEN
+ #ifdef DOXYGEN_ONLY
339
/**
340
* @brief Make the M7 core enter Standby Mode.
341
* @param standbyType One or a combination of LowPowerStandbyType::untilPinActivity
0 commit comments