Skip to content

Commit

Permalink
run/common.tcl: fix black_hole timer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuke authored and jschlatow committed Oct 18, 2023
1 parent e87518c commit a780823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions share/goa/lib/run/common.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ proc generate_runtime_config { runtime_file &runtime_archives &rom_modules } {
<service name="CPU"> <parent/> </service>
<service name="LOG"> <parent/> </service>
<service name="ROM"> <parent/> </service>
<service name="Timer"> <child name="timer"/> </service>
</route>
</start>
}
Expand Down

0 comments on commit a780823

Please sign in to comment.