Merge branch 'fz-dev' into dev

This commit is contained in:
MX
2022-11-10 06:57:08 +03:00
90 changed files with 1317 additions and 265 deletions

View File

@@ -315,7 +315,6 @@ static void
int32_t snake_game_app(void* p) {
UNUSED(p);
srand(DWT->CYCCNT);
FuriMessageQueue* event_queue = furi_message_queue_alloc(8, sizeof(SnakeEvent));