Skip to content

Commit 12436fc

Browse files
MiKfbraghiroli
authored andcommitted
Use the new user function in initialization
1 parent 4a711ca commit 12436fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hardware/AMEL/samd/variants/AMEL_SmartEverything/variantInit.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ void initVariant() {
165165
LED_GREEN_INIT;
166166
LED_RED_INIT;
167167
LED_BLUE_INIT;
168-
LED_GREEN_ON(LOW);
169-
LED_BLUE_ON(LOW);
170-
LED_RED_ON(LOW);
168+
ledGreenLight(LOW);
169+
ledBlueLight(LOW);
170+
ledRedLight(LOW);
171171

172172

173173
// initialize the IO_Extender

0 commit comments

Comments
 (0)