MakerHub/LINX

Firmware: Arduino Mega 2560 uses Uno include gaurd

samkristoff opened this issue · 1 comments

Bug in LINX header for Arduino Mega 2560

ifndef LINX_ARDUINO_UNO_H

define LINX_ARDUINO_UNO_H

should be

ifndef LINX_ARDUINO_MEGA2560_H

define LINX_ARDUINO_MEGA2560_H

Fixed in 2.0.0.94