0
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:
OneOfEleven
2023-11-06 14:46:39 +00:00
parent 1ee2662f78
commit be787babf2
12 changed files with 55 additions and 49 deletions

View File

@ -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 {