We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40d860 commit 553718bCopy full SHA for 553718b
features/cellular/framework/AT/AT_CellularSMS.cpp
@@ -41,7 +41,7 @@ const uint8_t SMS_MAX_GSM7_CONCATENATED_SINGLE_SMS_SIZE = 153;
41
#define NVAM '?' // Not Valid ascii, ISO-8859-1 mark
42
43
// mapping table from 7-bit GSM to ascii (ISO-8859-1)
44
-static const int gsm_to_ascii[] = {
+static const char gsm_to_ascii[] = {
45
64, // 0
46
163, // 1
47
36, // 2
0 commit comments