From a5a0c65f2f226e3a63480cdfa072bf7256c3c186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Wed, 5 Feb 2020 16:02:03 +0100 Subject: [PATCH] Fix pokitto --- platform_pokitto.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platform_pokitto.h b/platform_pokitto.h index b78a288..d21e982 100644 --- a/platform_pokitto.h +++ b/platform_pokitto.h @@ -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();