testcases/config.h.Profiling: remove #include "arduino.h".

Was forgotten when moving this include into config_wrapper.h. Now
this config can also be used with USER_CONFIG.
This commit is contained in:
Markus Hitter 2015-07-24 15:06:00 +02:00
parent 573dbfe576
commit 1509e5b3c8
1 changed files with 0 additions and 2 deletions

View File

@ -262,8 +262,6 @@
- comment out pins not in use, as this drops the corresponding code and makes operations faster
*/
#include "arduino.h"
/** \def USE_INTERNAL_PULLUPS
internal pullup resistors
the ATmega has internal pullup resistors on it's input pins which are counterproductive with the commonly used eletronic endstops, so they should be switched off. For other endstops, like mechanical ones, you may want to uncomment this.