update per review

This commit is contained in:
hathach
2021-04-18 01:50:16 +07:00
parent 38cc459c93
commit 803b755554
5 changed files with 6 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ set(TOP "../../..")
get_filename_component(TOP "${TOP}" REALPATH)
# Check for -DFAMILY=
if(FAMILY MATCHES "^(esp32s[2-3])*")
if(FAMILY MATCHES "^esp32s[2-3]")
include(${TOP}/hw/bsp/${FAMILY}/family.cmake)
project(${PROJECT})