Browse Source

Fix compile error

main
PaulStoffregen 4 years ago
parent
commit
2ffd8f1836
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      teensy4/usb.c

+ 0
- 2
teensy4/usb.c View File



typedef struct endpoint_struct endpoint_t; typedef struct endpoint_struct endpoint_t;


#if defined(NUM_ENDPOINTS)

struct endpoint_struct { struct endpoint_struct {
uint32_t config; uint32_t config;
uint32_t current; uint32_t current;

Loading…
Cancel
Save