2017-12-18 12:32:29 +00:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2020-03-11 16:45:02 +00:00
|
|
|
PROJECT_NAME := twai_self_test_example
|
2017-12-18 12:32:29 +00:00
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|
|
|