Skip to content

Commit

Permalink
Merge branch 'Pull-8'
Browse files Browse the repository at this point in the history
* Pull-8:
  Support chipKIT board, __PIC32MX__ does not contain avr/sleep.h
  • Loading branch information
Skjerve committed Aug 20, 2014
2 parents 081184a + 1bc1749 commit 65e656c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/BLE/hal_aci_tl.cpp
Expand Up @@ -27,8 +27,9 @@
#include "hal_platform.h"
#include "hal_aci_tl.h"
#include "aci_queue.h"
#if ( !defined(__SAM3X8E__) && !defined(__PIC32MX__) )
#include <avr/sleep.h>

#endif
/*
PIC32 supports only MSbit transfer on SPI and the nRF8001 uses LSBit
Use the REVERSE_BITS macro to convert from MSBit to LSBit
Expand Down

0 comments on commit 65e656c

Please sign in to comment.