diff --git a/Marlin/src/HAL/HAL_AVR/fastio_AVR.h b/Marlin/src/HAL/HAL_AVR/fastio_AVR.h
index 4c31e3b26165c1a74dcd062f03cf565ca27b0c5e..a4e3c5d74de527e8f34c123cbae5a589a10d53e5 100644
--- a/Marlin/src/HAL/HAL_AVR/fastio_AVR.h
+++ b/Marlin/src/HAL/HAL_AVR/fastio_AVR.h
@@ -52,7 +52,7 @@
 #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
 
 /**