From 8b7ec5b4ce02e5da572fc7b1515b91fb20e59544 Mon Sep 17 00:00:00 2001 From: Silvano Seva Date: Sat, 24 Oct 2020 10:10:53 +0200 Subject: [PATCH] Removing useless include from bootstrap.c --- openrtx/src/bootstrap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openrtx/src/bootstrap.c b/openrtx/src/bootstrap.c index a6c1f554..0cf903b3 100644 --- a/openrtx/src/bootstrap.c +++ b/openrtx/src/bootstrap.c @@ -21,8 +21,7 @@ #include #include #include -#include "platform.h" -#include "gpio.h" +#include /* * Entry point for application code, not in this translation unit.