mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-07 04:10:35 +08:00
Fixed nuttx libs in qurt build
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -60,6 +60,7 @@ void _Parse_csd( void )
|
||||
block_indefinite();
|
||||
}
|
||||
|
||||
#if 0
|
||||
void _Locksyslock( int x )
|
||||
{
|
||||
PX4_WARN( "Error: Calling unresolved symbol stub[%s]", __FUNCTION__ );
|
||||
@@ -70,7 +71,7 @@ void _Unlocksyslock( int x )
|
||||
{
|
||||
PX4_WARN( "Error: Calling unresolved symbol stub[%s]", __FUNCTION__ );
|
||||
block_indefinite();
|
||||
}
|
||||
#endif}
|
||||
|
||||
void _Valbytes( void )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user