This commit is contained in:
Wolfgang Hottgenroth 2024-04-16 10:16:13 +02:00
parent ac6ca860cb
commit 8dc0569407
Signed by: wn
GPG Key ID: 836E9E1192A6B132

View File

@ -20,7 +20,7 @@ void __attribute__ ((interrupt (USCIAB0RX_VECTOR))) receive() {
}
void spiCmdHandler(void *handle) {
uint8_t cmdShadow;
t_SoundCmd cmdShadow;
__disable_interrupt();
cmdShadow = cmd;