regnual: remove duplicate type declaration.

This commit is contained in:
Bertrand Jacquin
2022-03-26 20:26:14 +00:00
committed by NIIBE Yutaka
parent 57fdadf283
commit cce65c6d34
2 changed files with 0 additions and 6 deletions

View File

@@ -32,8 +32,6 @@
#include "usb_lld.h"
#include "sys.h"
extern void *memset (void *s, int c, size_t n);
extern void set_led (int);
extern int flash_write (uint32_t dst_addr, const uint8_t *src, size_t len);
extern int flash_protect (void);

View File

@@ -1,5 +1,3 @@
typedef unsigned long size_t;
typedef unsigned char uint8_t;
typedef unsigned short uint16_t;
typedef unsigned int uint32_t;
@@ -7,5 +5,3 @@ typedef unsigned int uintptr_t;
#define TRUE 1
#define FALSE 0
#define NULL 0