diff options
Diffstat (limited to 'Software/Embedded_SW')
| -rw-r--r-- | Software/Embedded_SW/Embedded/DataDef.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/DataDef.h b/Software/Embedded_SW/Embedded/DataDef.h index 711a0ab95..3b8a71444 100644 --- a/Software/Embedded_SW/Embedded/DataDef.h +++ b/Software/Embedded_SW/Embedded/DataDef.h @@ -36,6 +36,13 @@ #endif //#define BTSR_ROTATED_WINDER_TFU +//#define UFEEDER_BTSR +#ifdef UFEEDER_BTSR +#define BTSR_NO_FEEDER_TFU +#define BTSR_NO_PULLER_TFU +#define BTSR_ROTATED_WINDER_TFU +#endif + //#define USE_UART4_FOR_BTSR // need change in FRPGA FPGA_1 yy > 0x20 + jumpers in main board need to read HW Version - no need when working only with stubs //#define FORCE_BTSR_CARD_0023 // only for testing, include changes for BTSR without ASSY ID. use it with USE_UART4_FOR_BTSR |
