mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-05-06 00:00:18 +00:00
delete double func
This commit is contained in:
parent
ea5770e9f7
commit
5b3d385cb0
@ -160,7 +160,6 @@ void sound_init(void);
|
|||||||
void sound_set_bpm(uint32_t bpm);
|
void sound_set_bpm(uint32_t bpm);
|
||||||
void sound_play_note(Note_t note, uint8_t channel);
|
void sound_play_note(Note_t note, uint8_t channel);
|
||||||
void sound_play_melody(Note_t* melody, uint32_t size, uint8_t channel, uint32_t repeat_count);
|
void sound_play_melody(Note_t* melody, uint32_t size, uint8_t channel, uint32_t repeat_count);
|
||||||
void sound_play_melody(Note_t* melody, uint32_t size, uint8_t channel, uint32_t repeat_count);
|
|
||||||
void sound_tick(void);
|
void sound_tick(void);
|
||||||
|
|
||||||
uint16_t get_array_size(Note_t *array);
|
uint16_t get_array_size(Note_t *array);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user