From 5a107d8f1c9896cdcec3fdc58dbf5923e86d9d14 Mon Sep 17 00:00:00 2001 From: paul nehlich Date: Fri, 24 May 2024 12:54:55 +0200 Subject: [PATCH] Added fancy block comment --- mission/freeRTOS_rust_helper.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mission/freeRTOS_rust_helper.c b/mission/freeRTOS_rust_helper.c index d7f6790..070cf18 100644 --- a/mission/freeRTOS_rust_helper.c +++ b/mission/freeRTOS_rust_helper.c @@ -103,6 +103,10 @@ uint8_t give_mutex(void * handle) { +/************************************************************/ +/* GPIO SETUP AND USAGE */ +/************************************************************/ + XGpioPs gpio; void gpio_setup() { XGpioPs_Config config;