Skip to content

Commit 28f9f55

Browse files
author
Alrik Vidstrom
committed
Fix ifdef
1 parent c86953e commit 28f9f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arduino_LowPowerPortentaH7.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ class LowPowerPortentaH7 {
338338
LowPowerReturnCode>::type
339339
standbyM7(const T standbyType, const Args... args) const;
340340
/// @endcond
341-
#ifdef NEVERCOMPILETHIS
341+
#ifdef DOXYGEN
342342
template<typename T, typename... Args>
343343
LowPowerReturnCode standbyM7(const T standbyType, const Args... args) const;
344344
#endif

0 commit comments

Comments
 (0)