From 83417c1df7a211402e5bcab004370e3c5a0cae14 Mon Sep 17 00:00:00 2001 From: Tatsuya Yamaguchi Date: Thu, 4 Feb 2021 14:02:31 +0900 Subject: [PATCH] AP_Notify: modify NTF_BUZZ_VOLUME description --- libraries/AP_Notify/AP_Notify.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Notify/AP_Notify.cpp b/libraries/AP_Notify/AP_Notify.cpp index 895fd7ae91..92f2c45167 100644 --- a/libraries/AP_Notify/AP_Notify.cpp +++ b/libraries/AP_Notify/AP_Notify.cpp @@ -178,7 +178,7 @@ const AP_Param::GroupInfo AP_Notify::var_info[] = { // @Param: BUZZ_VOLUME // @DisplayName: Buzzer volume - // @Description: Enable or disable the buzzer. + // @Description: Control the volume of the buzzer // @Range: 0 100 // @Units: % AP_GROUPINFO("BUZZ_VOLUME", 8, AP_Notify, _buzzer_volume, 100),