comparison src/g23m-aci/aci/psa.h @ 99:09f9a422baa6

gcc-specific fix for AT+CFUN from Citrine
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 21 Jul 2018 03:36:09 +0000
parents d393cd9bb723
children
comparison
equal deleted inserted replaced
98:5fe5853f4e63 99:09f9a422baa6
24 /*==== CONSTANTS ==================================================*/ 24 /*==== CONSTANTS ==================================================*/
25 25
26 #define OWN_ATI 1 26 #define OWN_ATI 1
27 typedef enum /* owner id's */ 27 typedef enum /* owner id's */
28 { 28 {
29 OWN_SRC_INV = CMD_SRC_MAX, /* not a valid owner */ 29 #ifdef __GNUC__
30 OWN_NONE = -1, /* make gcc treat this enum as signed */
31 #endif
32 OWN_SRC_INV = CMD_SRC_MAX, /* not a valid owner */
30 OWN_SRC_SAT, /* SIM application toolkit */ 33 OWN_SRC_SAT, /* SIM application toolkit */
31 OWN_SRC_MAX /* maximum owners */ 34 OWN_SRC_MAX /* maximum owners */
32 } T_OWN; 35 } T_OWN;
33 36
34 /*==== TYPES ======================================================*/ 37 /*==== TYPES ======================================================*/