dda.h: re-add a check against multiple acceleration types.

This was previously in config.h(.dist), but better belongs
to dda.h.
This commit is contained in:
Markus Hitter 2011-02-22 21:04:04 +01:00
parent 780dea1186
commit dfc4674012
1 changed files with 6 additions and 0 deletions

6
dda.h
View File

@ -5,6 +5,12 @@
#include "config.h"
#ifdef ACCELERATION_REPRAP
#ifdef ACCELERATION_RAMPING
#error Cant use ACCELERATION_REPRAP and ACCELERATION_RAMPING together.
#endif
#endif
/*
enums
*/