Browse Source

Modify FastIO error message

Scott Lahteine 6 years ago
parent
commit
3f68203324
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/HAL/HAL_AVR/fastio_AVR.h

+ 1
- 1
Marlin/src/HAL/HAL_AVR/fastio_AVR.h View File

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

Loading…
Cancel
Save