mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-18 06:08:31 +03:00
Phone uses USB endpoints 4 to 6 instead of 1 to 3 now
This commit is contained in:
@@ -8,13 +8,9 @@
|
||||
|
||||
#define BUFLEN 5
|
||||
|
||||
//#define PHONE_DATAOUT 4
|
||||
//#define PHONE_DATAIN 5
|
||||
//#define PHONE_INT 6
|
||||
|
||||
#define PHONE_DATAOUT 1
|
||||
#define PHONE_DATAIN 2
|
||||
#define PHONE_INT 3
|
||||
#define PHONE_DATAOUT 4
|
||||
#define PHONE_DATAIN 5
|
||||
#define PHONE_INT 6
|
||||
|
||||
typedef struct ring_buffer
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user