diff --git a/config_wrapper.h b/config_wrapper.h index ce39a32..bf3140a 100644 --- a/config_wrapper.h +++ b/config_wrapper.h @@ -25,3 +25,12 @@ #ifdef USB_SERIAL #undef BAUD #endif + +/** + ACCELERATION_TEMPORAL doesn't support lookahead, yet. +*/ +#if defined ACCELERATION_TEMPORAL && defined LOOKAHEAD + #warning Acceleration temporal doesnt support lookahead, yet. \ + Lookahead disabled. + #undef LOOKAHEAD +#endif