Skip to content

compile error in bootloader with latest commit (12th July 2019) #1

@ghost

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions