Fix pokitto

This commit is contained in:
Miloslav Číž 2020-02-05 16:02:03 +01:00
parent 2f1573eb9d
commit a5a0c65f2f
1 changed files with 4 additions and 0 deletions

View File

@ -85,6 +85,10 @@ void SFG_getMouseOffset(int16_t *x, int16_t *y)
*y = 0;
}
void SFG_playSound(uint8_t soundIndex, uint8_t volume)
{
}
int main()
{
pokitto.begin();