summaryrefslogtreecommitdiff
path: root/ESS1995test_328p/adapticsBT.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-01-18 18:02:10 +0000
committerTim Redfern <tim@eclectronics.org>2012-01-18 18:02:10 +0000
commit8c3efb592b16b672fc353368c04d88d3a32cf1a2 (patch)
tree9cf4887292432c656651012c5370009b4a69cddf /ESS1995test_328p/adapticsBT.h
parentfe92239d966f0219e8b7caf6335a776938b4e0e3 (diff)
updated previous demo to Arduino 1.0HEADmaster
Diffstat (limited to 'ESS1995test_328p/adapticsBT.h')
-rw-r--r--ESS1995test_328p/adapticsBT.h4
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();