From 275970ef3cf5b93e98ce93af0868d9ecc65779c3 Mon Sep 17 00:00:00 2001 From: hanley76129 Date: Sat, 12 Oct 2024 10:02:36 -0700 Subject: [PATCH] conflict --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 1c84c90..5a86dc1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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++) {