summaryrefslogtreecommitdiff
path: root/project/Core/Src/main.c
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-09-09 15:16:07 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-09-09 15:16:07 -0400
commit94189c8d7c13cc27b3d8dd11f9003cd9587da54d (patch)
tree433b4c2221c6d76f3db1852a497f021c7dca3358 /project/Core/Src/main.c
parent4c7e6af00cacab1d2bdc466310929d6840d6019a (diff)
download340-repo-Sowgro-94189c8d7c13cc27b3d8dd11f9003cd9587da54d.tar.gz
340-repo-Sowgro-94189c8d7c13cc27b3d8dd11f9003cd9587da54d.tar.bz2
340-repo-Sowgro-94189c8d7c13cc27b3d8dd11f9003cd9587da54d.zip
In class work
Diffstat (limited to 'project/Core/Src/main.c')
-rw-r--r--project/Core/Src/main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/project/Core/Src/main.c b/project/Core/Src/main.c
index f8709f3..1b6d449 100644
--- a/project/Core/Src/main.c
+++ b/project/Core/Src/main.c
@@ -18,9 +18,7 @@ int main(void){
LED_Init();
UART2_Init();
- int a = 1;
- int b = 2;
- printf("Hello %i %i \n\r", a, b);
+ printf("Hello world \r\n");
// application run function
// run_demo() ;