2017-03-29 16:39:35 +08:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2021-08-03 19:21:19 +08:00
|
|
|
PROJECT_NAME := mcpwm_sync_example
|
2017-03-29 16:39:35 +08:00
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|