HAL_Empty: support uartG

This commit is contained in:
Andrew Tridgell 2018-06-27 21:34:23 +10:00
parent 0a5d287326
commit 4ff57bd512
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ HAL_Empty::HAL_Empty() :
nullptr, /* no uartD */
nullptr, /* no uartE */
nullptr, /* no uartF */
nullptr, /* no uartG */
&spiDeviceManager,
&analogIn,
&storageDriver,