~samhsmith/AstraOS

765706dd8d1b858eb1c5b91e354cf85ec832b592 — Sam H. Smith 1 year, 6 months ago f909fe0
removed float.h from types.h
1 files changed, 0 insertions(+), 1 deletions(-)

M common/types.h
M common/types.h => common/types.h +0 -1
@@ 4,7 4,6 @@
#define __TYPES_H

#include <stdint.h>
#include <float.h>

typedef int8_t s8;
typedef uint8_t u8;