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:
parent
573dbfe576
commit
1509e5b3c8
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue