Skip to content

Commit

Permalink
fix #1 : multiline comment breaking compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault VINCENT committed May 3, 2015
1 parent c484e7d commit ee9fdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arduino_mega/arduino_mega.ino
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#define IFC 34 /* GPIB 9 : Interface Clear */
#define ATN 35 /* GPIB 11 : Attention */
#define REN 36 /* GPIB 17 : Remote Enable */
#define SRQ 2 /* GPIB 10 : Service Request
#define SRQ 2 /* GPIB 10 : Service Request \
This Arduino pin must have interrupt */
#define SRQ_i 0 /* Interrupt number for the SRQ pin (see Arduino doc) */
#define LED 13 /* Busy signal (board is waiting), 13 is the on-board LED */
Expand Down

0 comments on commit ee9fdd5

Please sign in to comment.