fix error message

This commit is contained in:
Dennis Gunia
2025-11-02 15:23:23 +01:00
parent a0fc82dba9
commit d619349551
2 changed files with 7 additions and 4 deletions

View File

@@ -82,7 +82,11 @@
#else
#define PIN_SENSE PD3
#define PIN_RS485_TXE PD2
#define PIN_RS485_RXE PD2
#define FVER_SEMVER_MAJOR 0
#error "BOARD_REV not specified!"
#define MOTOR_DIR 0
#warning "BOARD_REV not specified!"
#endif