mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-18 22:38:32 +03:00
redifined phone usb interface
This commit is contained in:
@@ -6,7 +6,16 @@
|
||||
#define DATAIN 2
|
||||
#define INT 3
|
||||
|
||||
#define BUFLEN 5
|
||||
#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
|
||||
|
||||
typedef struct ring_buffer
|
||||
{
|
||||
uint8_t buf[BUFLEN*2]; // data buffer
|
||||
|
||||
Reference in New Issue
Block a user