sparkfun / SparkFun_Bio_Sensor_Hub_Library

25 stars 33 forks source link

Bad pointer passing #3

Closed arabine closed 3 years ago

arabine commented 4 years ago

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);

edspark commented 4 years ago

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

edspark commented 3 years ago

Agreed, and fixed in the latest pull request.