forked from Archive/PX4-Autopilot
NuttX submodule update with work_usrthread.c fixes
This commit is contained in:
parent
1c6b1f7554
commit
3140bf167c
|
@ -112,6 +112,7 @@ target_link_libraries(nuttx_arch
|
|||
)
|
||||
|
||||
target_link_libraries(nuttx_c INTERFACE nuttx_drivers)
|
||||
target_link_libraries(nuttx_drivers INTERFACE nuttx_c)
|
||||
target_link_libraries(nuttx_xx INTERFACE nuttx_c)
|
||||
target_link_libraries(nuttx_fs INTERFACE nuttx_c)
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ec8f6f56050033cc46a099f084f82137e08fa619
|
||||
Subproject commit d5bc6c88f79f0ee8f6e2722dc0c1dffcf3c0850f
|
Loading…
Reference in New Issue