Skip to content

Commit 1e9edf9

Browse files
committed
Merged 1.0.5
Merge remote-tracking branch 'arduino/master' into ide-1.5.x Conflicts: app/src/processing/app/Base.java build/shared/revisions.txt hardware/arduino/avr/cores/arduino/malloc.c hardware/arduino/cores/arduino/avr-libc/malloc.c hardware/arduino/cores/arduino/malloc.c todo.txt
2 parents 9aeeb5d + 8466416 commit 1e9edf9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/05.Control/Arrays/Arrays.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ int ledPins[] = {
2727
int pinCount = 6; // the number of pins (i.e. the length of the array)
2828

2929
void setup() {
30-
int thisPin;
3130
// the array elements are numbered from 0 to (pinCount - 1).
3231
// use a for loop to initialize each pin as an output:
3332
for (int thisPin = 0; thisPin < pinCount; thisPin++) {

0 commit comments

Comments
 (0)