Guest User

Untitled

a guest
May 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. if(fixedConfig->ECUIsGay){
  2. basePW = mainTableLookup(&mainTable, RPM, MAP);
  3. }else{ // ECU is not gay...
  4. basePW = // VE math here...
  5. }
Add Comment
Please, Sign In to add comment