File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ bool rgb_led_get_enabled(void);
43
43
// color: 24-bit RGB color, 0x00RRGGBB
44
44
void rgb_led_set_color (uint32_t color );
45
45
46
- #define RGBLED_GREEN 0x00FF00
47
- #define RGBLED_RED 0xFF0000
48
- #define RGBLED_BLUE 0x0000FF
49
- #define RGBLED_YELLOW 0xFFFF00
46
+ #define RGBLED_GREEN 0x040D04
47
+ #define RGBLED_RED 0x640603
48
+ #define RGBLED_BLUE 0x050532
49
+ #define RGBLED_YELLOW 0x161000
50
50
51
51
#endif // TREZORHAL_RGB_LED_H
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ static secbool boot_sequence(secbool manufacturing_mode) {
223
223
224
224
while (pm_turn_on () != PM_OK ) {
225
225
#ifdef USE_RGB_LED
226
- rgb_led_set_color (0x400000 );
226
+ rgb_led_set_color (RGBLED_RED );
227
227
#endif
228
228
systick_delay_ms (1000 );
229
229
pm_hibernate ();
You can’t perform that action at this time.
0 commit comments