From d44bf5acb015edaeacc022f423bae4743b868f53 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Fri, 24 Dec 2021 14:30:23 -0800 Subject: Save USB for later --- src/sys/core.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/sys/core.h') diff --git a/src/sys/core.h b/src/sys/core.h index 1a85537..74bac74 100644 --- a/src/sys/core.h +++ b/src/sys/core.h @@ -113,11 +113,6 @@ enum PM_RSTC_RESET = 0x00000102, }; -#define bool unsigned char -#define uint8_t unsigned char -#define uint16_t unsigned short -#define uint32_t unsigned long - void sysinit(); void postinit(); -- cgit v1.2.1