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

For now do not call PIOS_OVERO_WriteData from the Tx method because this is too

slow (task yield?) and results in a lot of event system errors.
This commit is contained in:
James Cotton 2012-07-24 11:18:58 -05:00
parent e006ae2b4d
commit a90dd1ef5c

View File

@ -324,7 +324,7 @@ static void PIOS_OVERO_TxStart(uint32_t overo_id, uint16_t tx_bytes_avail)
// DMA TX enable (enable IRQ) ?
// Load any pending bytes from TX fifo
PIOS_OVERO_WriteData(overo_dev);
//PIOS_OVERO_WriteData(overo_dev);
}
static void PIOS_OVERO_RegisterRxCallback(uint32_t overo_id, pios_com_callback rx_in_cb, uint32_t context)