No changes between revisions
/Modules/HBRIDGE/HB2FET02A/SW/h-bridge.cpp
30,6 → 30,9
 
// BUGS:
// - back-EMF measurment is different in fast-collapse and low-collapse modes. This make control leading to different speeds in the two modes.
 
#define BOARD_umHBridge
#define H_BRIDGE
 
#include <avr/pgmspace.h>
@@ -39,9 +42,7 @@
#include "opled.h"
#include "usart.h"
#include "twi_aap.h"
-#include "eeprom.h"
-
-#define H_BRIDGE
+#include "eeprom.h"
void DebugStat();