LVMakerHub / LINX

LabVIEW Community Edition LINX
Other
108 stars 114 forks source link

Firmware: Arduino Mega 2560 uses Uno include gaurd #70

Closed samkristoff closed 9 years ago

samkristoff commented 9 years ago

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

samkristoff commented 9 years ago

Fixed in 2.0.0.94