diff options
| author | Damien George | 2014-03-08 15:14:53 +0000 |
|---|---|---|
| committer | Damien George | 2014-03-08 15:14:53 +0000 |
| commit | cd000645f82a356c35139a8d28781a86c473e4f0 (patch) | |
| tree | 0f035e86a06dc32311a18d9fcc642dedc3262ff5 /stm/audio.h | |
| parent | 6fc765c928460ad8a116f8dd1b8b1412fb997829 (diff) | |
stm: Improve DAC (audio) bindings.
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 be5f48155..9b1f124a3 100644 --- a/stm/audio.h +++ b/stm/audio.h @@ -1 +1 @@ -void audio_init(void); +MP_DECLARE_CONST_FUN_OBJ(pyb_Audio_obj); |
