mirror of
https://github.com/candle-usb/candleLight_fw.git
synced 2025-01-28 06:02:52 +08:00
4668b03c7d
Functions in c which are declared as f() accept any argument. Declare them as f(void) instead to declare that no arguments are allowed and add uint32_t sysmem_base to dfu_jump_to_bootloader.