We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a4d4b commit 4f13967Copy full SHA for 4f13967
src/Arduino_LowPowerPortentaH7.h
@@ -67,10 +67,10 @@ enum class LowPowerReturnCode
67
*/
68
enum class CPUMode
69
{
70
- d1DomainStandby, ///< Standby mode for the D1 domain
71
- d2DomainStandby, ///< Standby mode for the D2 domain
72
- standby, ///< Standby mode for the whole microcontroller
73
- stop ///< Stop mode for the whole microcontroller
+ d1DomainStandby, ///< Standby mode for the D1 domain
+ d2DomainStandby, ///< Standby mode for the D2 domain
+ standby, ///< Standby mode for the whole microcontroller
+ stop ///< Stop mode for the whole microcontroller
74
};
75
76
/*
0 commit comments