From 1509e5b3c85e319dac8550673432f06f11461bf5 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Fri, 24 Jul 2015 15:06:00 +0200 Subject: [PATCH] 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. --- testcases/config.h.Profiling | 2 -- 1 file changed, 2 deletions(-) diff --git a/testcases/config.h.Profiling b/testcases/config.h.Profiling index 0132422..9daec5c 100644 --- a/testcases/config.h.Profiling +++ b/testcases/config.h.Profiling @@ -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.