* made the code leaner

This commit is contained in:
2022-03-02 20:23:20 +01:00
parent 969c273caa
commit f3bd6ecc00
3 changed files with 12 additions and 20 deletions

View File

@@ -11,7 +11,7 @@ include_directories(/usr/lib/avr/include)
add_link_options(-Wl,--print-memory-usage)
add_executable(${PROJECT_NAME} main.c
#PT6302.c PT6302.h
PT6302.c PT6302.h
)
add_custom_target(