fix error message
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,17 +1,16 @@
|
|||||||
software/firmware_module/module_universal/build/*
|
software/firmware_module/module_universal/build/*
|
||||||
software/firmware_module/module_universal/build
|
software/firmware_module/module_universal/build
|
||||||
|
software/firmware_module/module_universal/eeprom.hex
|
||||||
software/pc_client/build/*
|
software/pc_client/build/*
|
||||||
software/pc_client/build
|
software/pc_client/build
|
||||||
hardware/module_controller/ModuleController-backups/*
|
hardware/module_controller/ModuleController-backups/*
|
||||||
hardware/module_controller/ModuleController-backups
|
hardware/module_controller/ModuleController-backups
|
||||||
hardware/module_controller/~*.lck
|
hardware/module_controller/~*.lck
|
||||||
software/pc_client/*.json
|
software/pc_client/*.json
|
||||||
software/firmware_module/module_rev3/eeprom.hex
|
|
||||||
software/firmware_module/module_rev0/eeprom.hex
|
|
||||||
cad/Schematics/module_controller/ModuleController-backups/*
|
cad/Schematics/module_controller/ModuleController-backups/*
|
||||||
cad/Schematics/splitflap-backplane/splitflap-backplane-backups/s*
|
cad/Schematics/splitflap-backplane/splitflap-backplane-backups/s*
|
||||||
*.lck
|
*.lck
|
||||||
*autosave*
|
*autosave*
|
||||||
*auto_save*
|
*auto_save*
|
||||||
*cache*
|
*cache*
|
||||||
|
*.o
|
||||||
|
|||||||
@@ -82,7 +82,11 @@
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
#define PIN_SENSE PD3
|
||||||
|
#define PIN_RS485_TXE PD2
|
||||||
|
#define PIN_RS485_RXE PD2
|
||||||
#define FVER_SEMVER_MAJOR 0
|
#define FVER_SEMVER_MAJOR 0
|
||||||
#error "BOARD_REV not specified!"
|
#define MOTOR_DIR 0
|
||||||
|
#warning "BOARD_REV not specified!"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
Reference in New Issue
Block a user