Skip to content

Commit

Permalink
Hard-code dip switch MEGA65#3 to ON (for flash api development).
Browse files Browse the repository at this point in the history
  • Loading branch information
0xa000 committed Nov 27, 2023
1 parent 3b08ee9 commit f007c43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vhdl/wukong.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,8 @@ begin
widget_capslock => widget_capslock,
widget_joya => (others => '1'),
widget_joyb => (others => '1'),


dipsw => "00100",
sw => (others => '0'),
-- uart_rx => '1',
btn => (others => '1'),
Expand Down

0 comments on commit f007c43

Please sign in to comment.