From 9cd2320fd30b93a5df2f67139bdc7418e16ad59b Mon Sep 17 00:00:00 2001 From: polymurph <eddyed.k@gmail.com> Date: Sat, 24 Sep 2022 17:16:05 +0200 Subject: [PATCH] removed include stdbool.h --- env/drivers/max31865/max31865.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/env/drivers/max31865/max31865.h b/env/drivers/max31865/max31865.h index f394a05..91cce96 100644 --- a/env/drivers/max31865/max31865.h +++ b/env/drivers/max31865/max31865.h @@ -26,12 +26,10 @@ SOFTWARE. #define MAX31865_H_ #include <stdint.h> -#include <stdbool.h> #include "pin.h" #include "spi.h" typedef void (*fptr_t)(void); -typedef void (*fptr_b_t)(bool); typedef uint8_t (*u8_fptr_u8_t)(uint8_t); typedef enum{