mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
still have unknown problems
This commit is contained in:
@@ -153,6 +153,8 @@ typedef struct {
|
||||
} __attribute__ ((packed)) usb_LineCoding;
|
||||
|
||||
extern ep_t endpoints[];
|
||||
// device disconnected from terminal (BIT flags!!!)
|
||||
#define USBON(ifno) (usbON & (1<<ifno))
|
||||
extern volatile uint8_t usbON;
|
||||
extern config_pack_t *setup_packet;
|
||||
extern uint8_t ep0databuf[], setupdatabuf[];
|
||||
|
||||
Reference in New Issue
Block a user