auto-sync

This commit is contained in:
rusEfi 2014-10-17 16:03:00 -05:00
parent 01cbb67f10
commit 4a24e2241c
2 changed files with 7 additions and 4 deletions

View File

@ -48,7 +48,10 @@ private:
bool stopPins();
};
#define PUMPS_TO_PRIME 3
/**
* 6 crossing over 50% TPS means pressing and releasing three times
*/
#define PUMPS_TO_PRIME 6
class StartupFuelPumping {
public: