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

@@ -81,7 +81,7 @@ void furi_hal_subghz_set_ext_power_amp(bool enabled) {
furi_hal_subghz.ext_power_amp = enabled;
}
bool furi_hal_subghz_get_ext_power_amp() {
bool furi_hal_subghz_get_ext_power_amp(void) {
return furi_hal_subghz.ext_power_amp;
}