esp-open-rtos/examples/crc_example/Makefile
Zaltora f51a2109b1 CRC library (#339)
* Crc initial example
* Update example and fix submodule
2017-02-22 01:44:03 +06:00

3 lines
83 B
Makefile

PROGRAM=crc_example
EXTRA_COMPONENTS = extras/crc_generic
include ../../common.mk