after merge fixes

add void
This commit is contained in:
MX
2024-04-04 22:55:39 +03:00
parent 7c6541e513
commit 45e7913435
15 changed files with 27 additions and 27 deletions

View File

@@ -285,7 +285,7 @@ void furi_hal_subghz_stop_async_tx(void);
// External CC1101 Ebytes power amplifier control
void furi_hal_subghz_set_ext_power_amp(bool enabled);
bool furi_hal_subghz_get_ext_power_amp();
bool furi_hal_subghz_get_ext_power_amp(void);
#ifdef __cplusplus
}