From 89fc41ebf300baf1d959de8af2610231eec3311b Mon Sep 17 00:00:00 2001 From: paul nehlich Date: Fri, 14 Jun 2024 13:26:52 +0200 Subject: [PATCH] Compile gpio helper c --- mission/gpio_rust_helper.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mission/gpio_rust_helper.c b/mission/gpio_rust_helper.c index b7df115..4308b0b 100644 --- a/mission/gpio_rust_helper.c +++ b/mission/gpio_rust_helper.c @@ -1,4 +1,7 @@ +#include +#include + /************************************************************/ /* GPIO SETUP AND USAGE */ /************************************************************/