2016-12-25 23:11:24 +08:00
|
|
|
#
|
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
|
# project subdirectory.
|
|
|
|
|
#
|
|
|
|
|
|
2021-04-12 15:06:27 +01:00
|
|
|
PROJECT_NAME := ledc_basic
|
2016-12-25 23:11:24 +08:00
|
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|