mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
Try up/down butts with squelch off/monitor enabled
This commit is contained in:
16
app/app.h
16
app/app.h
@ -28,14 +28,14 @@ extern const uint8_t orig_lna;
|
||||
extern const uint8_t orig_mixer;
|
||||
extern const uint8_t orig_pga;
|
||||
|
||||
void APP_EndTransmission(void);
|
||||
void SCAN_Stop(void);
|
||||
void CHANNEL_Next(const bool flag, const scan_state_dir_t scan_direction);
|
||||
void APP_StartListening(function_type_t Function, const bool reset_am_fix);
|
||||
uint32_t APP_SetFrequencyByStep(vfo_info_t *pInfo, int8_t Step);
|
||||
void APP_Update(void);
|
||||
void APP_TimeSlice10ms(void);
|
||||
void APP_TimeSlice500ms(void);
|
||||
void APP_end_tx(void);
|
||||
void APP_stop_scan(void);
|
||||
void APP_channel_next(const bool flag, const scan_state_dir_t scan_direction);
|
||||
void APP_start_listening(function_type_t Function, const bool reset_am_fix);
|
||||
uint32_t APP_set_frequency_by_step(vfo_info_t *pInfo, int8_t Step);
|
||||
void APP_process(void);
|
||||
void APP_time_slice_10ms(void);
|
||||
void APP_time_slice_500ms(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user