scarecrowli / zigduino-radio

Automatically exported from code.google.com/p/zigduino-radio
0 stars 1 forks source link

Compile errors when not using Arduino #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
apparently compiling the same code using AVR Studio (or basically compiling 
without using the Arduino IDE) will cause two errors

/ZigduinoRadio/ZigduinoRadio.cpp:68: undefined reference to 
`zr_attach_receive_frame'
/ZigduinoRadio/ZigduinoRadio.cpp:69: undefined reference to `zr_attach_tx_done'

this issue has been fixed in 2011 Nov 13 release, SVN r19

Original issue reported on code.google.com by frank.zhao.main@gmail.com on 13 Nov 2011 at 9:52