diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-01-18 18:02:10 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-01-18 18:02:10 +0000 |
| commit | 8c3efb592b16b672fc353368c04d88d3a32cf1a2 (patch) | |
| tree | 9cf4887292432c656651012c5370009b4a69cddf /ESS1995test_328p/adapticsBT.h | |
| parent | fe92239d966f0219e8b7caf6335a776938b4e0e3 (diff) | |
Diffstat (limited to 'ESS1995test_328p/adapticsBT.h')
| -rw-r--r-- | ESS1995test_328p/adapticsBT.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ESS1995test_328p/adapticsBT.h b/ESS1995test_328p/adapticsBT.h index 8cb87e3..1438e94 100644 --- a/ESS1995test_328p/adapticsBT.h +++ b/ESS1995test_328p/adapticsBT.h @@ -1,11 +1,11 @@ #ifndef ADAPTICSBT_H_INCLUDED
#define ADAPTICSBT_H_INCLUDED -extern "C" void __cxa_pure_virtual(void); //for C++ defines +//extern "C" void __cxa_pure_virtual(void); //for C++ defines #define BTC 6 -#include <WProgram.h> //main Arduino header file
+#include <Arduino.h> //main Arduino header file
void setupBlueTooth(); void advertise();
|
