mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
fix missing #endif in hw_stark
This commit is contained in:
parent
6c8333fce9
commit
06557bf64d
1 changed files with 3 additions and 2 deletions
|
@ -74,7 +74,7 @@ GPIOs on extra header
|
|||
#define HW_CONFIGURED
|
||||
#else
|
||||
#error Multiple HW defined! Please select a single HW
|
||||
#endif
|
||||
#endif // HW_CONFIGURED
|
||||
|
||||
#ifdef BMW_I3_BATTERY
|
||||
#if defined(CONTACTOR_CONTROL) && defined(WUP_PIN1)
|
||||
|
@ -83,5 +83,6 @@ GPIOs on extra header
|
|||
#if defined(CONTACTOR_CONTROL) && defined(WUP_PIN2)
|
||||
#error GPIO PIN 32 cannot be used for both BMWi3 Wakeup and contactor control. Disable CONTACTOR_CONTROL
|
||||
#endif
|
||||
#endif // BMW_I3_BATTERY
|
||||
|
||||
#endif
|
||||
#endif // __HW_STARK_H__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue