mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-15 22:15:16 -05:00
6 lines
99 B
C
6 lines
99 B
C
|
#include "global.h"
|
||
|
|
||
|
void __osSpSetStatus(u32 status) {
|
||
|
HW_REG(SP_STATUS_REG, u32) = status;
|
||
|
}
|