Browse Source

Modify FastIO error message

pull/1/head
Scott Lahteine 7 years ago
parent
commit
3f68203324
  1. 2
      Marlin/src/HAL/HAL_AVR/fastio_AVR.h

2
Marlin/src/HAL/HAL_AVR/fastio_AVR.h

@ -52,7 +52,7 @@
#elif AVR_ATmega2561_FAMILY #elif AVR_ATmega2561_FAMILY
#include "fastio_1281.h" #include "fastio_1281.h"
#else #else
#error "Pins for this chip not defined in Arduino.h! If you have a working pins definition, please contribute!" #error "No FastIO definition for the selected AVR Board."
#endif #endif
/** /**

Loading…
Cancel
Save