pragmas
This commit is contained in:
parent
ac6ca860cb
commit
8dc0569407
@ -20,7 +20,7 @@ void __attribute__ ((interrupt (USCIAB0RX_VECTOR))) receive() {
|
||||
}
|
||||
|
||||
void spiCmdHandler(void *handle) {
|
||||
uint8_t cmdShadow;
|
||||
t_SoundCmd cmdShadow;
|
||||
|
||||
__disable_interrupt();
|
||||
cmdShadow = cmd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user