Skip to content

Commit bf8f0ec

Browse files
authored
Merge pull request #3576 from embedded-ideas/master
fix incorrect check for NO_WARN_RWX_SEGMENTS_SUPPORTED.
2 parents a2cca43 + dbfaebf commit bf8f0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/bsp/family_support.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ if (NOT FAMILY STREQUAL rp2040)
141141
endif()
142142
endif()
143143

144-
if (NOT NO_WARN_RWX_SEGMENTS_SUPPORTED)
144+
if (NOT DEFINED NO_WARN_RWX_SEGMENTS_SUPPORTED)
145145
set(NO_WARN_RWX_SEGMENTS_SUPPORTED 1)
146146
endif()
147147

0 commit comments

Comments
 (0)