nanovna-v2 / NanoVNA2-firmware

Firmware for NanoVNA V2
https://nanorfe.com/nanovna-v2.html
217 stars 85 forks source link

bootloader: add a atoll() definition in main.c #27

Closed douardda closed 4 years ago

douardda commented 4 years ago

this is needed to prevent a linker error (undefined reference) since common.c, which is embedded in the bootloader image, now uses this atoll function (since e4fecad7).

Fixes issue #26.