We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc6e92 commit ad49ef0Copy full SHA for ad49ef0
src/Arduino_LowPowerPortentaH7.h
@@ -331,7 +331,7 @@ class LowPowerPortentaH7 {
331
LowPowerReturnCode>::type
332
standbyM7(const T standbyType, const Args... args) const;
333
/// @endcond
334
- #ifdef VISIBLE_ONLY_TO_DOXYGEN
+// #ifdef VISIBLE_ONLY_TO_DOXYGEN
335
/**
336
* @brief Make the M7 core enter Standby Mode.
337
* @param standbyType One or a combination of LowPowerStandbyType::untilPinActivity
@@ -341,7 +341,7 @@ class LowPowerPortentaH7 {
341
*/
342
template<typename T, typename... Args>
343
LowPowerReturnCode standbyM7(const T standbyType, const Args... args) const;
344
- #endif
+// #endif
345
346
347
* @brief Time since the board was booted.
0 commit comments