Skip to content

Commit ad49ef0

Browse files
author
Alrik Vidstrom
committed
1 parent 2fc6e92 commit ad49ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Arduino_LowPowerPortentaH7.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ class LowPowerPortentaH7 {
331331
LowPowerReturnCode>::type
332332
standbyM7(const T standbyType, const Args... args) const;
333333
/// @endcond
334-
#ifdef VISIBLE_ONLY_TO_DOXYGEN
334+
// #ifdef VISIBLE_ONLY_TO_DOXYGEN
335335
/**
336336
* @brief Make the M7 core enter Standby Mode.
337337
* @param standbyType One or a combination of LowPowerStandbyType::untilPinActivity
@@ -341,7 +341,7 @@ class LowPowerPortentaH7 {
341341
*/
342342
template<typename T, typename... Args>
343343
LowPowerReturnCode standbyM7(const T standbyType, const Args... args) const;
344-
#endif
344+
// #endif
345345

346346
/**
347347
* @brief Time since the board was booted.

0 commit comments

Comments
 (0)