mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-18 14:28:33 +03:00
LED: add short LED pulse blinking pattern
Change-Id: I0fdc2f902a3b92da6aa9b9c8500abae8a2f79447
This commit is contained in:
@@ -13,9 +13,10 @@ enum led_pattern {
|
||||
BLINK_3O_30F = 3,
|
||||
BLINK_3O_1F_3O_30F = 4,
|
||||
BLINK_3O_1F_3O_1F_3O_30F= 5,
|
||||
BLINK_200O_F = 6,
|
||||
BLINK_600O_F = 7,
|
||||
BLINK_CUSTOM = 8,
|
||||
BLINK_2O_F = 6,
|
||||
BLINK_200O_F = 7,
|
||||
BLINK_600O_F = 8,
|
||||
BLINK_CUSTOM = 9,
|
||||
_NUM_LED_BLINK
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user