OVMS3-idf/examples/peripherals/can/can_self_test/Makefile
Darian Leung 1d2727f4c8 CAN Driver
The following commit contains the first version of the ESP32 CAN Driver.

closes #544
2018-07-04 14:01:57 +08:00

10 lines
193 B
Makefile

#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := can_self_test_example
include $(IDF_PATH)/make/project.mk