minor fix

This commit is contained in:
rusefi 2018-03-04 22:55:24 -05:00
parent 2d6404fe77
commit dea3bb389c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#include "error_handling.h"
#ifndef DEBUG_INTERPOLATION
#define DEBUG_INTERPOLATION 0
#define DEBUG_INTERPOLATION FALSE
#endif
#define INTERPOLATION_A(x1, y1, x2, y2) ((y1 - y2) / (x1 - x2))