10 lines
176 B
C
10 lines
176 B
C
#ifndef CORE_USB_USB_COMMON_TYPES
|
|
#define CORE_USB_USB_COMMON_TYPES
|
|
|
|
#include <stdint.h>
|
|
#include <stdbool.h>
|
|
|
|
typedef uint8_t bool8_t;
|
|
|
|
#endif /* CORE_USB_USB_COMMON_TYPES */
|