2016-12-19 04:52:10 +00:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2017-03-22 04:36:11 +00:00
|
|
|
PROJECT_NAME := uart_events
|
2016-12-19 04:52:10 +00:00
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|
|
|