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