mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-17 06:48:05 +00:00
Modify FastIO error message
This commit is contained in:
parent
3ca3268241
commit
b06fc3b539
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ typedef int8_t pin_t;
|
||||||
#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
|
||||||
|
|
||||||
#include "macros.h"
|
#include "macros.h"
|
||||||
|
|
Loading…
Reference in a new issue