AP_HAL_ChibiOS: add missing declaration in chibios_hwdef.py

This commit is contained in:
Mark Whitehorn 2018-02-08 14:25:53 -07:00 committed by Andrew Tridgell
parent 3a40ba1d3e
commit 13c54c0543

View File

@ -525,6 +525,7 @@ def write_I2C_config(f):
def write_PWM_config(f):
'''write PWM config defines'''
rc_in = None
alarm = None
pwm_out = []
pwm_timers = []
for l in bylabel.keys():