Skip to content

Commit f18407b

Browse files
author
Federico Fissore
committed
Removed a handful of SVN expansion keywords. See #277
1 parent ad5e948 commit f18407b

File tree

8 files changed

+1
-17
lines changed

8 files changed

+1
-17
lines changed

hardware/arduino/avr/cores/arduino/WMath.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
Public License along with this library; if not, write to the
2020
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
2121
Boston, MA 02111-1307 USA
22-
23-
$Id$
2422
*/
2523

2624
extern "C" {
@@ -57,4 +55,4 @@ long map(long x, long in_min, long in_max, long out_min, long out_max)
5755
}
5856

5957
unsigned int makeWord(unsigned int w) { return w; }
60-
unsigned int makeWord(unsigned char h, unsigned char l) { return (h << 8) | l; }
58+
unsigned int makeWord(unsigned char h, unsigned char l) { return (h << 8) | l; }

hardware/arduino/avr/cores/arduino/wiring.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
Public License along with this library; if not, write to the
1919
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
2020
Boston, MA 02111-1307 USA
21-
22-
$Id$
2321
*/
2422

2523
#include "wiring_private.h"

hardware/arduino/avr/cores/arduino/wiring_analog.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
Boston, MA 02111-1307 USA
2121
2222
Modified 28 September 2010 by Mark Sproul
23-
24-
$Id: wiring.c 248 2007-02-03 15:36:30Z mellis $
2523
*/
2624

2725
#include "wiring_private.h"

hardware/arduino/avr/cores/arduino/wiring_digital.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
Boston, MA 02111-1307 USA
2121
2222
Modified 28 September 2010 by Mark Sproul
23-
24-
$Id: wiring.c 248 2007-02-03 15:36:30Z mellis $
2523
*/
2624

2725
#define ARDUINO_MAIN

hardware/arduino/avr/cores/arduino/wiring_private.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
Public License along with this library; if not, write to the
1919
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
2020
Boston, MA 02111-1307 USA
21-
22-
$Id: wiring.h 239 2007-01-12 17:58:39Z mellis $
2321
*/
2422

2523
#ifndef WiringPrivate_h

hardware/arduino/avr/cores/arduino/wiring_pulse.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
Public License along with this library; if not, write to the
1919
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
2020
Boston, MA 02111-1307 USA
21-
22-
$Id: wiring.c 248 2007-02-03 15:36:30Z mellis $
2321
*/
2422

2523
#include "wiring_private.h"

hardware/arduino/avr/cores/arduino/wiring_shift.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
Public License along with this library; if not, write to the
1919
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
2020
Boston, MA 02111-1307 USA
21-
22-
$Id: wiring.c 248 2007-02-03 15:36:30Z mellis $
2321
*/
2422

2523
#include "wiring_private.h"

hardware/arduino/avr/variants/mega/pins_arduino.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
Public License along with this library; if not, write to the
1919
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
2020
Boston, MA 02111-1307 USA
21-
22-
$Id: wiring.h 249 2007-02-03 16:52:51Z mellis $
2321
*/
2422

2523
#ifndef Pins_Arduino_h

0 commit comments

Comments
 (0)