Skip to content

Commit

Permalink
set t2 ROM
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Nov 13, 2023
1 parent b495254 commit c6c027e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ppuc/examples/t2.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ppucVersion: 1
rom: dummy
rom: t2_l8
serialPort: dummy
platform: WPC
debug: false
Expand Down
2 changes: 1 addition & 1 deletion src/ppuc/ppuc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ int main(int argc, char *argv[])
int poll_trigger = poll_interval_ms * 1000 / sleep_us;
int index_recv = 0;

while (1)
while (true)
{
std::this_thread::sleep_for(std::chrono::microseconds(sleep_us));

Expand Down

0 comments on commit c6c027e

Please sign in to comment.