HAL_EMPTY: added uartD

This commit is contained in:
Andrew Tridgell 2013-11-22 19:16:14 +11:00
parent 18eadfd69e
commit 5e980a5b49
1 changed files with 1 additions and 0 deletions

View File

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