4 lines
121 B
Makefile
4 lines
121 B
Makefile
# Simple makefile for simple example
|
|
PROGRAM=pwm_test
|
|
COMPONENTS = FreeRTOS lwip core extras/pwm
|
|
include ../../common.mk
|