From 37c29845f6a446354e492ea25c76705f6e177c7b Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Fri, 3 Jul 2015 10:38:07 +0200 Subject: Removed a handful of SVN expansion keywords. See #277 --- variants/micro/pins_arduino.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'variants/micro') 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 -- cgit v1.2.3-18-g5258