Clean up `nuSiMgrStop`

This commit is contained in:
gijs 2023-10-20 18:04:51 +02:00
parent ad71a118fe
commit 9e68866aae
1 changed files with 1 additions and 2 deletions

View File

@ -37,10 +37,9 @@ s32 nuSiSendMesg(NUScMsg mesg, void* dataPtr) {
}
void nuSiMgrStop(void) {
nuSiSendMesg(0x7F00, 0);
nuSiSendMesg(NU_SI_STOP_MGR_MSG, NULL);
}
void __start_controller_thread(void) {
osStartThread(&siMgrThread);
}