mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 18:29:48 +02:00
update error message if no target hardware is selected
This commit is contained in:
parent
5b11e5b956
commit
6c8333fce9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue