NordicSemiconductor / ble-sdk-arduino

MIT License
249 stars 97 forks source link

Support chipKIT board, __PIC32MX__ does not contain avr/sleep.h #8

Closed zoujixing closed 10 years ago

zoujixing commented 10 years ago

Modify hal_aci_tl.cpp, change “ #include <avr/sleep.h> ” to “ #if ( !defined(SAM3X8E) && !defined(PIC32MX) )

include <avr/sleep.h>

endif

“.

Skjerve commented 10 years ago

Merged into internal repository, will be part of the next release.