1d2727f4c8
The following commit contains the first version of the ESP32 CAN Driver. closes #544
9 lines
202 B
Makefile
9 lines
202 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := can_alert_and_recovery_example
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|