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:
Julian Oes
2019-05-06 15:24:05 +02:00
committed by Daniel Agar
parent 7ec6f0dca6
commit e6621bf7fb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ px4_add_board(
mc_pos_control
navigator
sensors
sih
#sih
simulator
vmount
vtol_att_control
+1 -1
View File
@@ -74,7 +74,7 @@ px4_add_board(
mc_att_control
mc_pos_control
sensors
sih
#sih
vmount
vtol_att_control
wind_estimator