Skip to content

Commit

Permalink
sam0: Add revisions to soc includes
Browse files Browse the repository at this point in the history
Some SAM0 contains revisions with separated includes for example
SAMC21 and SAMC21N

Signed-off-by: Kamil Serwus <[email protected]>

Co-authored-by: Gerson Fernando Budke <[email protected]>
  • Loading branch information
benys and nandojve committed Oct 24, 2022
1 parent 43c73d8 commit 840b6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asf/sam0/include/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
zephyr_include_directories(${CONFIG_SOC_SERIES})
zephyr_include_directories(${CONFIG_SOC_SERIES}${CONFIG_SOC_SERIES_REVISION})

0 comments on commit 840b6ac

Please sign in to comment.