The quirks really need be distinct bitwise
This commit is contained in:
parent
97c19df0bc
commit
bc082be52d
@ -50,7 +50,7 @@ typedef enum _GSMPriority
|
|||||||
typedef enum _GSMQuirk
|
typedef enum _GSMQuirk
|
||||||
{
|
{
|
||||||
GSM_QUIRK_NONE = 0,
|
GSM_QUIRK_NONE = 0,
|
||||||
GSM_QUIRK_CPIN_QUOTES
|
GSM_QUIRK_CPIN_QUOTES = 1
|
||||||
} GSMQuirk;
|
} GSMQuirk;
|
||||||
|
|
||||||
typedef void (*GSMCommandCallback)(GSM * gsm);
|
typedef void (*GSMCommandCallback)(GSM * gsm);
|
||||||
|
Loading…
Reference in New Issue
Block a user