Fixed comments
This commit is contained in:
parent
d8c11c3841
commit
bccacd0a21
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue