mirror of
https://github.com/Derisis13/AT-VFD.git
synced 2025-12-06 19:32:49 +01:00
* QA: re-separation into library files
* Feature: `set_ports()` for setting GP ports * Change: removal of `static` and `inline` keywords to enable going library
This commit is contained in:
@@ -11,7 +11,7 @@ include_directories(/usr/lib/avr/include)
|
||||
set(CMAKE_C_FLAGS "-O3 -Wall")
|
||||
|
||||
add_link_options(-Wl,--print-memory-usage)
|
||||
add_executable(${PROJECT_NAME} main.c)
|
||||
add_executable(${PROJECT_NAME} main.c PT6302.c PT6302.h)
|
||||
|
||||
add_custom_target(
|
||||
FLASH
|
||||
|
||||
Reference in New Issue
Block a user