aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino
diff options
context:
space:
mode:
authorFederico Fissore <f.fissore@arduino.cc>2015-07-03 10:38:07 +0200
committerFederico Fissore <f.fissore@arduino.cc>2015-07-03 10:38:07 +0200
commit37c29845f6a446354e492ea25c76705f6e177c7b (patch)
tree37c2a1dcf4ce0e4c12bb8e920d26368094704c27 /cores/arduino
parent462fff36fd14b2ece6293974d4c66328c521f6bd (diff)
Removed a handful of SVN expansion keywords. See #277
Diffstat (limited to 'cores/arduino')
-rw-r--r--cores/arduino/WMath.cpp4
-rw-r--r--cores/arduino/wiring.c2
-rw-r--r--cores/arduino/wiring_analog.c2
-rw-r--r--cores/arduino/wiring_digital.c2
-rw-r--r--cores/arduino/wiring_private.h2
-rw-r--r--cores/arduino/wiring_pulse.c2
-rw-r--r--cores/arduino/wiring_shift.c2
7 files changed, 1 insertions, 15 deletions
diff --git a/cores/arduino/WMath.cpp b/cores/arduino/WMath.cpp
index 214ccdc..9fb072f 100644
--- a/cores/arduino/WMath.cpp
+++ b/cores/arduino/WMath.cpp
@@ -19,8 +19,6 @@
Public License along with this library; if not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
Boston, MA 02111-1307 USA
-
- $Id$
*/
extern "C" {
@@ -57,4 +55,4 @@ long map(long x, long in_min, long in_max, long out_min, long out_max)
}
unsigned int makeWord(unsigned int w) { return w; }
-unsigned int makeWord(unsigned char h, unsigned char l) { return (h << 8) | l; } \ No newline at end of file
+unsigned int makeWord(unsigned char h, unsigned char l) { return (h << 8) | l; }
diff --git a/cores/arduino/wiring.c b/cores/arduino/wiring.c
index 6cb22c0..f1a14ef 100644
--- a/cores/arduino/wiring.c
+++ b/cores/arduino/wiring.c
@@ -18,8 +18,6 @@
Public License along with this library; if not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
Boston, MA 02111-1307 USA
-
- $Id$
*/
#include "wiring_private.h"
diff --git a/cores/arduino/wiring_analog.c b/cores/arduino/wiring_analog.c
index 48a9ef5..1a4701a 100644
--- a/cores/arduino/wiring_analog.c
+++ b/cores/arduino/wiring_analog.c
@@ -20,8 +20,6 @@
Boston, MA 02111-1307 USA
Modified 28 September 2010 by Mark Sproul
-
- $Id: wiring.c 248 2007-02-03 15:36:30Z mellis $
*/
#include "wiring_private.h"
diff --git a/cores/arduino/wiring_digital.c b/cores/arduino/wiring_digital.c
index df94cc1..51adb2c 100644
--- a/cores/arduino/wiring_digital.c
+++ b/cores/arduino/wiring_digital.c
@@ -20,8 +20,6 @@
Boston, MA 02111-1307 USA
Modified 28 September 2010 by Mark Sproul
-
- $Id: wiring.c 248 2007-02-03 15:36:30Z mellis $
*/
#define ARDUINO_MAIN
diff --git a/cores/arduino/wiring_private.h b/cores/arduino/wiring_private.h
index 3bd2900..ed7c8f0 100644
--- a/cores/arduino/wiring_private.h
+++ b/cores/arduino/wiring_private.h
@@ -18,8 +18,6 @@
Public License along with this library; if not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
Boston, MA 02111-1307 USA
-
- $Id: wiring.h 239 2007-01-12 17:58:39Z mellis $
*/
#ifndef WiringPrivate_h
diff --git a/cores/arduino/wiring_pulse.c b/cores/arduino/wiring_pulse.c
index 4c44d1c..76383e9 100644
--- a/cores/arduino/wiring_pulse.c
+++ b/cores/arduino/wiring_pulse.c
@@ -18,8 +18,6 @@
Public License along with this library; if not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
Boston, MA 02111-1307 USA
-
- $Id: wiring.c 248 2007-02-03 15:36:30Z mellis $
*/
#include "wiring_private.h"
diff --git a/cores/arduino/wiring_shift.c b/cores/arduino/wiring_shift.c
index cfe7867..2b6f7a8 100644
--- a/cores/arduino/wiring_shift.c
+++ b/cores/arduino/wiring_shift.c
@@ -18,8 +18,6 @@
Public License along with this library; if not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
Boston, MA 02111-1307 USA
-
- $Id: wiring.c 248 2007-02-03 15:36:30Z mellis $
*/
#include "wiring_private.h"