From 8b2e864304db775a2a7cdd00201d7a3777e155a2 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Wed, 1 Mar 2023 09:41:07 +0100 Subject: [PATCH] Be more precise in error message about supported boards. --- src/Arduino_AdvancedAnalog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Arduino_AdvancedAnalog.h b/src/Arduino_AdvancedAnalog.h index a4fadbd..6aec2b3 100644 --- a/src/Arduino_AdvancedAnalog.h +++ b/src/Arduino_AdvancedAnalog.h @@ -25,7 +25,7 @@ **************************************************************************************/ #ifdef ARDUINO_PORTENTA_H7_M4 -# error "This library on works on the M7 core of any STM32H747 based board (Portenta H7, Giga, X8)." +# error "This library only works on the M7 core of any STM32H747 based board (Portenta H7, Giga)." #endif #include "AdvancedADC.h"