From bccacd0a217d582930470a63d1eab3548e40225e Mon Sep 17 00:00:00 2001 From: AntonJ Date: Tue, 4 Mar 2025 18:32:18 +0200 Subject: [PATCH] Fixed comments --- lab3/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lab3/main.c b/lab3/main.c index 14a1d18..30573f8 100644 --- a/lab3/main.c +++ b/lab3/main.c @@ -10,7 +10,7 @@ #include "inc/msp432p401r.h" void DebugDump(uint8_t bump, uint8_t line) { - // write this as part of Lab 10 + // write this as part of Lab 3 } // **************SysTick_Init********************* @@ -30,7 +30,7 @@ void SysTickInit(uint32_t period, uint32_t priority) { } void SysTick_Handler(void) { // every 1ms - // write this as part of Lab 10 + // write this as part of Lab 3 } int main(void) {