compile error in bootloader with latest commit (12th July 2019)
Code was removed in "WIP: DMA of I2C” update of
..../SWN/inc/drivers/pca9685_driver.h
(It’s a trivial one line code change to fix)
-----8<-----
bootloader.cc: In function 'int main()':
bootloader.cc:314:2: error: 'LEDDriver_Init' was not declared in this scope
LEDDriver_Init(10);
^~~~~~~~~~~~~~
bootloader.cc:314:2: note: suggested alternative: 'LEDDriver_init_dma'
LEDDriver_Init(10);
^~~~~~~~~~~~~~
LEDDriver_init_dma
Makefile:144: recipe for target 'build/bootloader/bootloader.o' failed
make: *** [build/bootloader/bootloader.o] Error 1