Fixed comments

This commit is contained in:
AntonJ 2025-03-04 18:32:18 +02:00
parent d8c11c3841
commit bccacd0a21
1 changed files with 2 additions and 2 deletions

View File

@ -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) {