Browse Source

uart_esc: fix eagle build

sbg
Julian Oes 9 years ago
parent
commit
bdaa1b58f6
  1. 1
      src/drivers/uart_esc/CMakeLists.txt

1
src/drivers/uart_esc/CMakeLists.txt

@ -35,6 +35,7 @@ px4_add_module( @@ -35,6 +35,7 @@ px4_add_module(
MAIN uart_esc
COMPILE_FLAGS
-Os
-Wno-packed
SRCS
uart_esc.cpp
DEPENDS

Loading…
Cancel
Save