We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4119a commit 164fcd3Copy full SHA for 164fcd3
stm32-modules/flex-stacker/src/CMakeLists.txt
@@ -25,8 +25,8 @@ if (NOT VERSION)
25
set(VERSION "(dev)")
26
endif()
27
28
-set(ALLOWED_REVISIONS nff a1 b1)
29
-set(DEFAULT_REV b1)
+set(ALLOWED_REVISIONS nff a1 b1 b2)
+set(DEFAULT_REV b2)
30
if(DEFINED STACKER_REVISION)
31
list(FIND ALLOWED_REVISIONS ${STACKER_REVISION} index)
32
if(index EQUAL -1)
0 commit comments