Skip to content

Commit

Permalink
chore(imu): silence the overlap DRC error
Browse files Browse the repository at this point in the history
  • Loading branch information
rfvermut committed Sep 25, 2022
1 parent 161e890 commit ea4c5e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Hardware/OpenMowerMainboard/OpenMowerMainboard.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ preflight:
run_erc: true

filters:
- filter: 'SIP32509DT has 2 VOUTs'
- filter: SIP32509DT has 2 VOUTs
error: 'pin_to_pin'
regex: 'Symbol U3'
- filter: WT901 and MPU9250 are mutually exclusive sitting in one physical space
error: 'courtyards_overlap'
regex: 'Footprint WT901'

set_text_variables:
- name: 'git_version'
Expand Down

0 comments on commit ea4c5e5

Please sign in to comment.