update error message if no target hardware is selected

This commit is contained in:
lenvm 2024-12-30 18:18:39 +01:00
parent 5b11e5b956
commit 6c8333fce9

View file

@ -20,7 +20,7 @@
/* - ERROR CHECKS BELOW, DON'T TOUCH - */
#if !defined(HW_CONFIGURED)
#error You must select a HW to run on!
#error You must select a target hardware in the USER_SERTTINGS.h file!
#endif
#if defined(CAN_ADDON) && defined(CANFD_ADDON)