HAL_EMPTY: added uartD

This commit is contained in:
Andrew Tridgell 2013-11-22 19:16:14 +11:00 committed by Randy Mackay
parent 5d99ff1d0d
commit 3c6dd23a62

View File

@ -26,6 +26,7 @@ HAL_Empty::HAL_Empty() :
&uartADriver,
&uartBDriver,
&uartCDriver,
NULL, /* no uartD */
&i2cDriver,
&spiDeviceManager,
&analogIn,