File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -325,20 +325,20 @@ class LowPowerPortentaH7 {
325
325
*/
326
326
LowPowerReturnCode standbyM4 () const ;
327
327
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
- */
335
328
// / @cond DEV
336
329
template <typename T, typename ... Args>
337
330
typename std::enable_if<ArgumentsAreCorrect<T, Args...>::value,
338
331
LowPowerReturnCode>::type
339
332
standbyM7 (const T standbyType, const Args... args) const ;
340
333
// / @endcond
341
334
#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
+ */
342
342
template <typename T, typename ... Args>
343
343
LowPowerReturnCode standbyM7 (const T standbyType, const Args... args) const ;
344
344
#endif
You can’t perform that action at this time.
0 commit comments