UI: Move ui_portapack.* to common.

Otherwise blinky won't build.
TODO: Tried to tease apart all the dependencies to get blinky to build without, but it's such a twisted knot...
This commit is contained in:
Jared Boone
2019-02-01 09:57:09 +00:00
parent 4507130608
commit 36cca31260
3 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ set(SRC_M4
if(USER_INTERFACE STREQUAL "PORTAPACK") if(USER_INTERFACE STREQUAL "PORTAPACK")
SET(SRC_M4 SET(SRC_M4
${SRC_M4} ${SRC_M4}
ui_portapack.c "${PATH_HACKRF_FIRMWARE_COMMON}/ui_portapack.c"
) )
endif() endif()