Last active
December 12, 2016 17:04
-
-
Save kubilisr/1bc786399acb3712761387db26babc8d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In file included from /home/user/arduino-1.6.13/hardware/arduino/avr/cores/arduino/Stream.h:26:0, | |
from /home/user/arduino-1.6.13/hardware/arduino/avr/cores/arduino/HardwareSerial.h:29, | |
from /home/user/arduino-1.6.13/hardware/arduino/avr/cores/arduino/Arduino.h:232, | |
from sketch/sketch_dec12a.ino.cpp:1: | |
/home/user/arduino-1.6.13/hardware/arduino/avr/cores/arduino/Print.h:32:0: warning: "BIN" redefined | |
#define BIN 2 | |
^ | |
In file included from /home/user/arduino-1.6.13/hardware/tools/avr/avr/include/avr/iotn85.h:38:0, | |
from /home/user/arduino-1.6.13/hardware/tools/avr/avr/include/avr/io.h:428, | |
from /home/user/arduino-1.6.13/hardware/tools/avr/avr/include/avr/pgmspace.h:90, | |
from /home/user/arduino-1.6.13/hardware/arduino/avr/cores/arduino/Arduino.h:28, | |
from sketch/sketch_dec12a.ino.cpp:1: | |
/home/user/arduino-1.6.13/hardware/tools/avr/avr/include/avr/iotnx5.h:55:0: note: this is the location of the previous definition | |
#define BIN 7 | |
^ | |
Sketch uses 274 bytes (3%) of program storage space. Maximum is 8,192 bytes. | |
Global variables use 9 bytes of dynamic memory. | |
An error occurred while uploading the sketch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment