mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-20 06:58:39 +03:00
modulation mode constants
This commit is contained in:
4
audio.h
4
audio.h
@ -20,6 +20,8 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "settings.h"
|
||||
|
||||
enum beep_type_e {
|
||||
BEEP_NONE = 0,
|
||||
BEEP_1KHZ_60MS_OPTIONAL,
|
||||
@ -36,7 +38,7 @@ typedef enum beep_type_e beep_type_t;
|
||||
|
||||
extern beep_type_t g_beep_to_play;
|
||||
|
||||
void AUDIO_set_mod_mode(const unsigned int mode);
|
||||
void AUDIO_set_mod_mode(const mod_mode_t mode);
|
||||
void AUDIO_PlayBeep(beep_type_t Beep);
|
||||
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user