Skip to content

Commit

Permalink
chore: add pipette 96 revision d2 (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 authored Sep 5, 2023
1 parent 16e7382 commit fcada6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bootloader/firmware/stm32G4/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ foreach_revision(
foreach_revision(
PROJECT_NAME bootloader-pipettes-96
CALL_FOREACH_REV pipettes_ninety_six_bootloader_loop
REVISIONS b1 c1
SOURCES _pipette_sources _pipette_sources
REVISIONS b1 c1 d2
SOURCES _pipette_sources _pipette_sources _pipette_sources
NO_CREATE_IMAGE_HEX
NO_CREATE_INSTALL_RULES
)
Expand Down
4 changes: 2 additions & 2 deletions pipettes/firmware/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ foreach_revision(

foreach_revision(
PROJECT_NAME pipettes-96
REVISIONS b1 c1
REVISIONS b1 c1 d2
CALL_FOREACH_REV pipettes_96_loop
SOURCES pipette_srcs pipette_srcs
SOURCES pipette_srcs pipette_srcs pipette_srcs
)

alias_for_revision(PROJECT_NAME pipettes-single REVISION b1 REVISION_ALIAS rev1)
Expand Down

0 comments on commit fcada6f

Please sign in to comment.