Skip to content

Commit 8b2e864

Browse files
authored
Be more precise in error message about supported boards.
1 parent 9593747 commit 8b2e864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Arduino_AdvancedAnalog.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
**************************************************************************************/
2626

2727
#ifdef ARDUINO_PORTENTA_H7_M4
28-
# error "This library on works on the M7 core of any STM32H747 based board (Portenta H7, Giga, X8)."
28+
# error "This library only works on the M7 core of any STM32H747 based board (Portenta H7, Giga)."
2929
#endif
3030

3131
#include "AdvancedADC.h"

0 commit comments

Comments
 (0)