From feb4aaa551a034486cfedfe21ff151f5ae53c533 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Sat, 13 May 2017 05:41:40 -1000 Subject: [PATCH] mindpx-v2: Upstream NuttX reloaction of can.h can.h was moved in upstream NuttX from nuttx/drivers/can.h to nuttx/include/nuttx/can/can.h --- src/drivers/boards/mindpx-v2/mindpx_can.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/boards/mindpx-v2/mindpx_can.c b/src/drivers/boards/mindpx-v2/mindpx_can.c index 03ea5f8789..6e0cb14e05 100644 --- a/src/drivers/boards/mindpx-v2/mindpx_can.c +++ b/src/drivers/boards/mindpx-v2/mindpx_can.c @@ -46,7 +46,7 @@ #include #include -#include +#include #include #include "chip.h"