mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 20:03:54 +08:00
boards: ignore sih for Snappy
When sih (simulation in hardware) was compiled for Snapdragon, we got the linking problem below. I'm not sure why, supposedly the symbol `double sin(double)` is missing. undefined PLT symbol _LSin (705) /libpx4.so (symbol.c:303)
This commit is contained in:
@@ -84,7 +84,7 @@ px4_add_board(
|
||||
mc_pos_control
|
||||
navigator
|
||||
sensors
|
||||
sih
|
||||
#sih
|
||||
simulator
|
||||
vmount
|
||||
vtol_att_control
|
||||
|
||||
@@ -74,7 +74,7 @@ px4_add_board(
|
||||
mc_att_control
|
||||
mc_pos_control
|
||||
sensors
|
||||
sih
|
||||
#sih
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
|
||||
Reference in New Issue
Block a user