mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-12-20 05:14:29 -05:00
Change LED reset value to black
Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
parent
317561ad32
commit
caeee54e19
@ -156,7 +156,7 @@ module tk1(
|
||||
begin : reg_update
|
||||
if (!reset_n) begin
|
||||
switch_app_reg <= 1'h0;
|
||||
led_reg <= 3'h6;
|
||||
led_reg <= 3'h0;
|
||||
gpio1_reg <= 2'h0;
|
||||
gpio2_reg <= 2'h0;
|
||||
gpio3_reg <= 1'h0;
|
||||
|
Loading…
Reference in New Issue
Block a user