changed pin to imp_pin

redesign_interrupts
polymurph 3 years ago
parent 6f7659f70b
commit 634f6ac96f

@ -10,7 +10,7 @@ target_compile_definitions(DELAY PRIVATE ${C_DEFS})
target_include_directories(DELAY PUBLIC ${PERIFERALS_DIR} ${CSL_INCLUDES})
add_library(sub::delay ALIAS DELAY)
add_library(PIN ${CSL_SOURCES}/pin.c)
add_library(PIN ${CSL_SOURCES}/imp_pin.c)
target_compile_options(PIN PRIVATE ${C_FLAGS})
target_compile_definitions(PIN PRIVATE ${C_DEFS})
target_include_directories(PIN PUBLIC ${PERIFERALS_DIR} ${CSL_INCLUDES})

Loading…
Cancel
Save