Skip to content

Commit 9a8ae69

Browse files
committed
Fix builds without audio
1 parent e4a5bd4 commit 9a8ae69

File tree

1 file changed

+2
-0
lines changed
  • ports/atmel-samd/supervisor

1 file changed

+2
-0
lines changed

ports/atmel-samd/supervisor/port.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,9 @@ void evsyshandler_common(void) {
500500
supervisor_tick();
501501
}
502502
#endif
503+
#if CIRCUITPY_AUDIOIO || CIRCUITPY_AUDIOBUSIO
503504
audio_evsys_handler();
505+
#endif
504506
}
505507

506508
#ifdef SAM_D5X_E5X

0 commit comments

Comments
 (0)