StephenBlackWasAlreadyTaken / wixel-xDrip

Allow a wixel to function as Dexcom Reciever
Other
47 stars 117 forks source link

Fixes compile error under OSX #41

Open timbutler opened 8 years ago

timbutler commented 8 years ago

Reference: https://github.com/pololu/wixel-sdk/pull/8

This allows the wixel-xDrip code to compile under an OSX environment.

StephenBlackWasAlreadyTaken commented 8 years ago

What version of sdcc wasnt working? (also, thanks!)

timbutler commented 8 years ago

This is for sdcc: stable 3.5.0, which I installed via homebrew (brew install sdcc) with OSX 10.11.

Some slight issues with the CDC driver detection also (but not Linux), but the bootloader works fine.

Otherwise, so far so good! Thanks for your work on this project.