removed include stdbool.h

redesign_interrupts
polymurph 3 years ago
parent f701987bd9
commit 9cd2320fd3

@ -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{

Loading…
Cancel
Save