Skip to content

Commit

Permalink
fix: Add missing definition in Q layout
Browse files Browse the repository at this point in the history
The Q layout was not updated correctly in commit 3ffc6b4
  • Loading branch information
mathiasvr committed Aug 31, 2021
1 parent b086039 commit 77f0178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Layouts/Q.inc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ PWM_ACTIVE_HIGH EQU 1 ; Pwm non-inverted
COM_ACTIVE_HIGH EQU 1 ; Damping inverted

COMPARATOR_PORT EQU 1 ; All comparator (mux) pins must be on the same port
COMPARATOR_INVERT EQU 0 ; Comparator output non-inverted

IF DEADTIME == 0
PCA0CPM_POWER EQU PCA0CPM0
Expand Down

0 comments on commit 77f0178

Please # to comment.