aboutsummaryrefslogtreecommitdiff
path: root/variants
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 /variants
parent462fff36fd14b2ece6293974d4c66328c521f6bd (diff)
Removed a handful of SVN expansion keywords. See #277
Diffstat (limited to 'variants')
-rw-r--r--variants/eightanaloginputs/pins_arduino.h2
-rw-r--r--variants/ethernet/pins_arduino.h2
-rw-r--r--variants/gemma/pins_arduino.h4
-rw-r--r--variants/leonardo/pins_arduino.h2
-rw-r--r--variants/mega/pins_arduino.h2
-rw-r--r--variants/micro/pins_arduino.h4
-rw-r--r--variants/robot_control/pins_arduino.h2
-rw-r--r--variants/robot_motor/pins_arduino.h2
-rw-r--r--variants/standard/pins_arduino.h2
-rw-r--r--variants/yun/pins_arduino.h2
10 files changed, 2 insertions, 22 deletions
diff --git a/variants/eightanaloginputs/pins_arduino.h b/variants/eightanaloginputs/pins_arduino.h
index 52b37ef..4ccf8ba 100644
--- a/variants/eightanaloginputs/pins_arduino.h
+++ b/variants/eightanaloginputs/pins_arduino.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 249 2007-02-03 16:52:51Z mellis $
*/
#include "../standard/pins_arduino.h"
diff --git a/variants/ethernet/pins_arduino.h b/variants/ethernet/pins_arduino.h
index cdcb0ed..f6773a0 100644
--- a/variants/ethernet/pins_arduino.h
+++ b/variants/ethernet/pins_arduino.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 249 2007-02-03 16:52:51Z mellis $
*/
#ifndef Pins_Arduino_h
diff --git a/variants/gemma/pins_arduino.h b/variants/gemma/pins_arduino.h
index 290862d..1d367a7 100644
--- a/variants/gemma/pins_arduino.h
+++ b/variants/gemma/pins_arduino.h
@@ -19,8 +19,6 @@
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
Boston, MA 02111-1307 USA
- $Id: pins_arduino.c 565 2009-03-25 10:50:00Z dmellis $
-
Modified 28-08-2009 for attiny84 R.Wiersma
Modified 09-10-2009 for attiny45 A.Saporetti
*/
@@ -128,4 +126,4 @@ const uint8_t PROGMEM digital_pin_to_timer_PGM[] = {
#endif
-#endif \ No newline at end of file
+#endif
diff --git a/variants/leonardo/pins_arduino.h b/variants/leonardo/pins_arduino.h
index fd75373..89b8806 100644
--- a/variants/leonardo/pins_arduino.h
+++ b/variants/leonardo/pins_arduino.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 249 2007-02-03 16:52:51Z mellis $
*/
#ifndef Pins_Arduino_h
diff --git a/variants/mega/pins_arduino.h b/variants/mega/pins_arduino.h
index a80991b..7d330fa 100644
--- a/variants/mega/pins_arduino.h
+++ b/variants/mega/pins_arduino.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 249 2007-02-03 16:52:51Z mellis $
*/
#ifndef Pins_Arduino_h
diff --git a/variants/micro/pins_arduino.h b/variants/micro/pins_arduino.h
index ea8e42d..f83ef1f 100644
--- a/variants/micro/pins_arduino.h
+++ b/variants/micro/pins_arduino.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 249 2007-02-03 16:52:51Z mellis $
*/
#include "../leonardo/pins_arduino.h"
@@ -34,4 +32,4 @@
#define TXLED1 PORTD |= (1<<5)
#define RXLED0 PORTB &= ~(1<<0)
#define RXLED1 PORTB |= (1<<0)
-#define TX_RX_LED_INIT DDRD |= (1<<5), DDRB |= (1<<0), TXLED0, RXLED0 \ No newline at end of file
+#define TX_RX_LED_INIT DDRD |= (1<<5), DDRB |= (1<<0), TXLED0, RXLED0
diff --git a/variants/robot_control/pins_arduino.h b/variants/robot_control/pins_arduino.h
index b868064..41aedea 100644
--- a/variants/robot_control/pins_arduino.h
+++ b/variants/robot_control/pins_arduino.h
@@ -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: pins_arduino.h 1 2013-03-16 20:47:51Z cuartielles $
*/
#ifndef Pins_Arduino_h
diff --git a/variants/robot_motor/pins_arduino.h b/variants/robot_motor/pins_arduino.h
index 7dc4a79..7a943d8 100644
--- a/variants/robot_motor/pins_arduino.h
+++ b/variants/robot_motor/pins_arduino.h
@@ -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: pins_arduino.h 1 2013-03-16 20:47:51Z cuartielles $
*/
#ifndef Pins_Arduino_h
diff --git a/variants/standard/pins_arduino.h b/variants/standard/pins_arduino.h
index 3d4a9f6..a3f349e 100644
--- a/variants/standard/pins_arduino.h
+++ b/variants/standard/pins_arduino.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 249 2007-02-03 16:52:51Z mellis $
*/
#ifndef Pins_Arduino_h
diff --git a/variants/yun/pins_arduino.h b/variants/yun/pins_arduino.h
index 15f24cd..7fabb7f 100644
--- a/variants/yun/pins_arduino.h
+++ b/variants/yun/pins_arduino.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 249 2007-02-03 16:52:51Z mellis $
*/
#include "../leonardo/pins_arduino.h"