You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Bugfix: RCP has gone loud because SOMEONE didn't look at their compiler output (#526)
This commit is contained in:
@@ -307,7 +307,7 @@ void handle_dp_complete(void) {
|
||||
|
||||
OSTimer RCPHangTimer;
|
||||
void start_rcp_hang_timer(void) {
|
||||
osSetTimer(&RCPHangTimer, OS_USEC_TO_CYCLES(3000000), (OSTime) 0, &gIntrMesgQueue, MESG_RCP_HUNG);
|
||||
osSetTimer(&RCPHangTimer, OS_USEC_TO_CYCLES(3000000), (OSTime) 0, &gIntrMesgQueue, (OSMesg) MESG_RCP_HUNG);
|
||||
}
|
||||
|
||||
void stop_rcp_hang_timer(void) {
|
||||
|
||||
Reference in New Issue
Block a user