8000 Update variant.cpp · ameltech/sme-arduino-core@29c5e99 · GitHub
[go: up one dir, main page]

Skip to content

Commit 29c5e99

Browse files
committed
Update variant.cpp
1 parent c9c286c commit 29c5e99

File tree

1 file changed

+1
-1
lines changed
  • hardware/AMEL/samd/variants/AMEL_SmartEverything

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ void ledBlueLight(uint32_t value) {
335335
}
336336
}
337337

338-
void flashLed(uint32_t color, uint32_t time_in_ms) {
338+
void flashRGBLed(uint32_t color, uint32_t time_in_ms) {
339339
// If the color is not a valid one, do nothing
340340
if (color == PIN_LED_GREEN || color == PIN_LED_BLUE || color == PIN_LED_RED) {
341341
digitalWrite(color, LOW);

0 commit comments

Comments
 (0)
0