1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

OP-21/Flight Bootloader - Now pulls SS pin low again if no AHRS is found.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1733 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
zedamota 2010-09-24 15:46:59 +00:00 committed by zedamota
parent fde1615fed
commit 095cbb4dd5

View File

@ -505,6 +505,8 @@ void OPDfuIni(uint8_t discover) {
}
}
}
else
PIOS_SPI_RC_PinSet(PIOS_OPAHRS_SPI, 0);
}
//TODO check other devices trough spi or whatever
}