Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
saursin committed May 19, 2024
1 parent 50ae566 commit b84d99f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rtl/config/hydrogensoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"soc_en_uart": true,
"soc_en_gpio": true,
"soc_en_spi": true,
"soc_en_timer": false,
"soc_en_timer": true,

"soc_gpio_num_pins": 32,
"soc_spi_num_cs": 1
Expand Down
2 changes: 1 addition & 1 deletion sim/atomsim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ int Atomsim::run()

// Enter interactive mode if we aren's stepping and we are already in debug mode or run mode
// was interrupted by user (CTRL_C)
Rcode rval;
Rcode rval = RC_NONE;
if((pending_steps == 0) && (in_debug_mode_ || CTRL_C_PRESSED)) {
// explictly set: since we can also enter if CTRL_C_PRESSED
in_debug_mode_ = true;
Expand Down

0 comments on commit b84d99f

Please sign in to comment.