Skip to content

Commit bfd61b8

Browse files
committed
Add supported boards mention to board type err
It's better to point the user to more information rather than just throwing a blanket error that says "you can't do that"
1 parent fbcd97b commit bfd61b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/XInput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#ifdef USB_XINPUT
5151
#warning "Unknown board. XInput may not work properly."
5252
#else
53-
#error "This board does not support XInput!"
53+
#error "This board does not support XInput! You must use a USB capable board with the corresponding XInput boards package. See the list of supported boards in the 'extras' folder for more information"
5454
#endif
5555
#endif /* if supported board */
5656

0 commit comments

Comments
 (0)