From 75c5bac8503740091bb21f35c6f81dbfc8bfb6a1 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Thu, 12 Feb 2015 04:22:43 +0100 Subject: [PATCH] Missing include in header file --- include/extdrv/status_led.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/extdrv/status_led.h b/include/extdrv/status_led.h index 174a6e6..7982c80 100644 --- a/include/extdrv/status_led.h +++ b/include/extdrv/status_led.h @@ -23,6 +23,7 @@ #include +#include "core/pio.h" /***************************************************************************** */ -- 2.43.0