sparkfun / SparkFun_Bio_Sensor_Hub_Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bad pointer passing

arabine opened this issue · comments

Hello,

Please correct this whole function: getBootloaderInf(), it does not pass GCC build, especially this line:

int32_t* revNum; readMultipleBytes(BOOTLOADER_INFO, BOOTLOADER_VERS, 0x00, 4, revNum);

Thanks for the post - I'll take a look at this as soon as I'm able.

Agreed, and fixed in the latest pull request.