Do not enable new bus sync yet

This commit is contained in:
Lorenz Meier
2016-01-22 18:07:27 +01:00
parent c659d7851f
commit 871b4b482e

View File

@@ -145,7 +145,7 @@ MS5611_SPI::init()
{
// Sharing a bus with NuttX drivers
#if defined (CONFIG_ARCH_BOARD_PX4FMU_V4)
set_lockmode(SPI::LOCK_THREADS);
//set_lockmode(SPI::LOCK_THREADS);
#endif
int ret;