summaryrefslogtreecommitdiff
path: root/platforms/pin_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/pin_defs.h')
-rw-r--r--platforms/pin_defs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/platforms/pin_defs.h b/platforms/pin_defs.h
index af2c415f40..341fe89b6e 100644
--- a/platforms/pin_defs.h
+++ b/platforms/pin_defs.h
@@ -15,10 +15,6 @@
*/
#pragma once
-// TODO: including this avoids "error: expected identifier before '(' token" errors
-// here just to please KINETIS builds...
-#include "platform_deps.h"
-
// useful for direct pin mapping
#define NO_PIN (pin_t)(~0)