Skip to content

Commit 1cf960c

Browse files
authored
Fix base_config PWM_MIN macro (#72)
1 parent e1a4a13 commit 1cf960c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diffbot_base/scripts/base_controller/lib/config/diffbot_base_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131

3232

3333
#define PWM_MAX pow(2, PWM_BITS) - 1
34-
#define PWM_MIN -PWM_MAX
34+
#define PWM_MIN -(PWM_MAX)

0 commit comments

Comments
 (0)