This commit is contained in:
Wolfgang Hottgenroth 2024-04-16 10:19:08 +02:00
parent 3412197cae
commit d68dae167d
Signed by: wn
GPG Key ID: 836E9E1192A6B132

View File

@ -91,6 +91,8 @@ void spiCmdHandler(void *handle) {
break; break;
case e_SOUND_STONE_ROTATE_RIGHT: case e_SOUND_STONE_ROTATE_RIGHT:
break; break;
default:
break;
} }
} }