rename dac_adc_test_main.c to test_dac_adc_main.c
This commit is contained in:
parent
52ecbd1901
commit
52e2dada98
|
@ -4,4 +4,4 @@ find_package(Zephyr)
|
||||||
project(cryosnom1)
|
project(cryosnom1)
|
||||||
include_directories("../firmware")
|
include_directories("../firmware")
|
||||||
|
|
||||||
target_sources(app PRIVATE src/io.c src/dac_adc_test_main.c)
|
target_sources(app PRIVATE src/io.c src/test_dac_adc_main.c)
|
||||||
|
|
Loading…
Reference in New Issue