Skip to content

Commit 4f13967

Browse files
authored
Align comments
Aligned a few comments
1 parent 71a4d4b commit 4f13967

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: src/Arduino_LowPowerPortentaH7.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ enum class LowPowerReturnCode
6767
*/
6868
enum class CPUMode
6969
{
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
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
7474
};
7575

7676
/*

0 commit comments

Comments
 (0)