AP_Notify: correct parameter documentation

This is causing parameter parsing to fail at the moment
This commit is contained in:
Peter Barker 2018-03-26 12:35:39 +11:00 committed by Randy Mackay
parent dca866c98d
commit ca907a5078
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ const AP_Param::GroupInfo AP_Notify::var_info[] = {
// @Param: BUZZ_PIN
// @DisplayName: Buzzer pin
// @Description: Enables to connect active buzzer to arbitrary pin. Requires 3-pin buzzer or additional MOSFET!
// @Values: 0:Disabled, or pin number
// @Values: 0:Disabled
// @User: Advanced
AP_GROUPINFO("BUZZ_PIN", 5, AP_Notify, _buzzer_pin, 0),
#endif