Skip to content

Commit

Permalink
- correct for RFduino
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepmistry committed May 23, 2015
1 parent c85ef60 commit 8736dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iBeacon.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef _I_BEACON_H_
#define _I_BEACON_H_

#if defined(NRF51) || !defined(__RFduino__)
#if defined(NRF51) || defined(__RFduino__)

#include "BLEPeripheral.h"

Expand Down

0 comments on commit 8736dfe

Please sign in to comment.