The quirks really need be distinct bitwise

This commit is contained in:
Pierre Pronchery 2010-05-07 17:54:00 +00:00
parent 97c19df0bc
commit bc082be52d

View File

@ -50,7 +50,7 @@ typedef enum _GSMPriority
typedef enum _GSMQuirk
{
GSM_QUIRK_NONE = 0,
GSM_QUIRK_CPIN_QUOTES
GSM_QUIRK_CPIN_QUOTES = 1
} GSMQuirk;
typedef void (*GSMCommandCallback)(GSM * gsm);