summaryrefslogtreecommitdiff
path: root/project/Core/Src/main.c
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-09-23 15:27:41 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-09-23 15:27:41 -0400
commit86130c8747a4af7ce93f4ac93d1c4d9c94c917eb (patch)
treee289b5e59bb0143d9a744743978b2ae7360440e1 /project/Core/Src/main.c
parent73a76acef4aa14b042c9c56eef0fd19164afff42 (diff)
download340-repo-Sowgro-86130c8747a4af7ce93f4ac93d1c4d9c94c917eb.tar.gz
340-repo-Sowgro-86130c8747a4af7ce93f4ac93d1c4d9c94c917eb.tar.bz2
340-repo-Sowgro-86130c8747a4af7ce93f4ac93d1c4d9c94c917eb.zip
Add activity 5
Diffstat (limited to 'project/Core/Src/main.c')
-rw-r--r--project/Core/Src/main.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/project/Core/Src/main.c b/project/Core/Src/main.c
index 8d76d3a..ff819f2 100644
--- a/project/Core/Src/main.c
+++ b/project/Core/Src/main.c
@@ -8,6 +8,7 @@
#include "LED.h"
#include "UART.h"
#include "demo.h"
+#include "activity5.h"
#include "midi_header.h"
#include <stdio.h>
@@ -19,9 +20,10 @@ int main(void){
LED_Init();
UART2_Init();
- printf("Hello world \r\n");
+// printf("Hello world \r\n");
- run();
+// run();
+ run2();
// application run function
// run_demo() ;