diff options
Diffstat (limited to 'stm/audio.h')
-rw-r--r-- | stm/audio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/audio.h b/stm/audio.h index be5f481557..9b1f124a33 100644 --- a/stm/audio.h +++ b/stm/audio.h @@ -1 +1 @@ -void audio_init(void); +MP_DECLARE_CONST_FUN_OBJ(pyb_Audio_obj); |