fix build for esp32

This commit is contained in:
hathach
2023-04-03 17:44:05 +07:00
parent 1911c613c7
commit 5ef260d5fc
13 changed files with 15 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 3.5)
#set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
include(${CMAKE_CURRENT_SOURCE_DIR}/../hw/bsp/family_support.cmake)
project(tinyusb_examples)