Some more comments
This commit is contained in:
parent
b3f23b9b64
commit
2802c89847
24
src/gsm.c
24
src/gsm.c
@ -122,18 +122,18 @@ static struct
|
||||
{ 0x1d, 230 },
|
||||
{ 0x1e, 223 },
|
||||
{ 0x1f, 201 },
|
||||
{ 0x24, 164 },
|
||||
{ 0x40, 161 },
|
||||
{ 0x5b, 196 },
|
||||
{ 0x5c, 214 },
|
||||
{ 0x5d, 209 },
|
||||
{ 0x5e, 220 },
|
||||
{ 0x5f, 167 },
|
||||
{ 0x60, 191 },
|
||||
{ 0x7b, 228 },
|
||||
{ 0x7c, 246 },
|
||||
{ 0x7d, 241 },
|
||||
{ 0x7e, 252 },
|
||||
{ 0x24, 164 }, /* $ */
|
||||
{ 0x40, 161 }, /* @ */
|
||||
{ 0x5b, 196 }, /* [ */
|
||||
{ 0x5c, 214 }, /* \ */
|
||||
{ 0x5d, 209 }, /* ] */
|
||||
{ 0x5e, 220 }, /* ^ */
|
||||
{ 0x5f, 167 }, /* _ */
|
||||
{ 0x60, 191 }, /* ` */
|
||||
{ 0x7b, 228 }, /* { */
|
||||
{ 0x7c, 246 }, /* | */
|
||||
{ 0x7d, 241 }, /* } */
|
||||
{ 0x7e, 252 }, /* ~ */
|
||||
{ 0x7f, 224 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user