mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 06:07:52 -04:00
[neoled] set output pin low if disabled
This commit is contained in:
parent
0fa433d432
commit
2f50eab76d
1 changed files with 1 additions and 0 deletions
|
@ -304,6 +304,7 @@ begin
|
|||
|
||||
when others => -- "0--": disabled
|
||||
-- ------------------------------------------------------------
|
||||
neoled_o <= '0';
|
||||
serial.state(1 downto 0) <= "00";
|
||||
|
||||
end case;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue