From b06fc3b539f57ebab85213143c7b1f686f25a166 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 28 Apr 2018 20:28:40 -0500 Subject: [PATCH] Modify FastIO error message --- Marlin/fastio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/fastio.h b/Marlin/fastio.h index bd6efe670..03a3a9036 100644 --- a/Marlin/fastio.h +++ b/Marlin/fastio.h @@ -54,7 +54,7 @@ typedef int8_t pin_t; #elif AVR_ATmega2561_FAMILY #include "fastio_1281.h" #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 #include "macros.h"