Skip to content

Commit

Permalink
Bump version, just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Nov 21, 2024
1 parent baaf692 commit 7093a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/drivers/gimbal_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include "settings_generated.h"


PG_REGISTER_WITH_RESET_TEMPLATE(gimbalConfig_t, gimbalConfig, PG_GIMBAL_CONFIG, 1);
PG_REGISTER_WITH_RESET_TEMPLATE(gimbalConfig_t, gimbalConfig, PG_GIMBAL_CONFIG, 2);

PG_RESET_TEMPLATE(gimbalConfig_t, gimbalConfig,
.panChannel = SETTING_GIMBAL_PAN_CHANNEL_DEFAULT,
Expand Down Expand Up @@ -136,4 +136,4 @@ int16_t gimbalCommonGetPanPwm(const gimbalDevice_t *gimbalDevice)
return gimbalDevice ? gimbalDevice->currentPanPWM : PWM_RANGE_MIDDLE + gimbalConfig()->panTrim;
}

#endif
#endif

0 comments on commit 7093a8d

Please sign in to comment.