Skip to content

Commit 80bd012

Browse files
author
Alrik Vidstrom
committed
New try
1 parent 28f9f55 commit 80bd012

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Arduino_LowPowerPortentaH7.h

+7-7
Original file line numberDiff line numberDiff line change
@@ -325,20 +325,20 @@ class LowPowerPortentaH7 {
325325
*/
326326
LowPowerReturnCode standbyM4() const;
327327

328-
/**
329-
* @brief Make the M7 core enter Standby Mode.
330-
* @param standbyType One or a combination of LowPowerStandbyType::untilPinActivity
331-
* and LowPowerStandbyType::untilTimeElapsed. The combination is done with the | operator.
332-
* @param args The delay before waking up again
333-
* @return A constant from the LowPowerReturnCode enum.
334-
*/
335328
/// @cond DEV
336329
template<typename T, typename... Args>
337330
typename std::enable_if<ArgumentsAreCorrect<T, Args...>::value,
338331
LowPowerReturnCode>::type
339332
standbyM7(const T standbyType, const Args... args) const;
340333
/// @endcond
341334
#ifdef DOXYGEN
335+
/**
336+
* @brief Make the M7 core enter Standby Mode.
337+
* @param standbyType One or a combination of LowPowerStandbyType::untilPinActivity
338+
* and LowPowerStandbyType::untilTimeElapsed. The combination is done with the | operator.
339+
* @param args The delay before waking up again
340+
* @return A constant from the LowPowerReturnCode enum.
341+
*/
342342
template<typename T, typename... Args>
343343
LowPowerReturnCode standbyM7(const T standbyType, const Args... args) const;
344344
#endif

0 commit comments

Comments
 (0)