Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
jsphuebner committed Aug 27, 2024
1 parent 0945b42 commit 1b43e4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/digio_prj.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
DIG_IO_ENTRY(ocur_in, GPIOD, GPIO15, PinMode::INPUT_FLT) /* non-existant */ \
DIG_IO_ENTRY(desat_in, GPIOD, GPIO15, PinMode::INPUT_FLT) /* non-existant */ \
DIG_IO_ENTRY(dcsw_out, GPIOC, GPIO15, PinMode::OUTPUT) \
DIG_IO_ENTRY(fan_out, GPIOA, GPIO0, PinMode::OUTPUT) /* map to unused pin by default */ \
DIG_IO_ENTRY(vtg_out, GPIOD, GPIO14, PinMode::OUTPUT) /* non-existant */ \
DIG_IO_ENTRY(prec_out, GPIOB, GPIO4, PinMode::OUTPUT) \
DIG_IO_ENTRY(led_out, GPIOC, GPIO13, PinMode::OUTPUT) \
Expand Down
1 change: 1 addition & 0 deletions test/test_vcu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ DigIo DigIo::brk_out;
DigIo DigIo::dcsw_out;
DigIo DigIo::prec_out;
DigIo DigIo::vtg_out;
DigIo DigIo::fan_out;
DigIo DigIo::temp0_out;
DigIo DigIo::cruise_in;
DigIo DigIo::start_in;
Expand Down

0 comments on commit 1b43e4c

Please sign in to comment.