Skip to content

Commit 164fcd3

Browse files
authored
board rev b2 for PVT (#529)
1 parent 2b4119a commit 164fcd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stm32-modules/flex-stacker/src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ if (NOT VERSION)
2525
set(VERSION "(dev)")
2626
endif()
2727

28-
set(ALLOWED_REVISIONS nff a1 b1)
29-
set(DEFAULT_REV b1)
28+
set(ALLOWED_REVISIONS nff a1 b1 b2)
29+
set(DEFAULT_REV b2)
3030
if(DEFINED STACKER_REVISION)
3131
list(FIND ALLOWED_REVISIONS ${STACKER_REVISION} index)
3232
if(index EQUAL -1)

0 commit comments

Comments
 (0)