Skip to content

Commit

Permalink
conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
hanley76129 committed Oct 12, 2024
1 parent b12dd77 commit 275970e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void application()
auto& clock = *resources.clock.value();
auto& console = *resources.console.value();

hal::print(console, "Starting Application!\n");
hal::print(console, "Starting The Application!\n");
hal::print(console, "Will reset after ~10 seconds\n");
//a cool commen something cooler
for (int i = 0; i < 10; i++) {
Expand Down

0 comments on commit 275970e

Please sign in to comment.