fix: Remove deprecated pinmux code.

This commit is contained in:
Peter Johanson
2021-11-05 22:33:03 -04:00
committed by Pete Johanson
parent 4df83a9c0d
commit ded79ba422
4 changed files with 0 additions and 146 deletions

View File

@@ -2,8 +2,3 @@
list(APPEND EXTRA_DTC_FLAGS "-qq")
if(CONFIG_PINMUX)
zephyr_library()
zephyr_library_sources(pinmux.c)
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
endif()