mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-18 03:03:20 +00:00
parent
4392df0676
commit
3187b5abda
@ -25,7 +25,6 @@
|
|||||||
* defined in unishox2.h
|
* defined in unishox2.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define __STDC_WANT_LIB_EXT1__ 1
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
@ -126,7 +125,7 @@ byte is_inited = 0;
|
|||||||
void init_coder() {
|
void init_coder() {
|
||||||
if (is_inited)
|
if (is_inited)
|
||||||
return;
|
return;
|
||||||
memset_s(usx_code_94, '\0', sizeof(usx_code_94));
|
memset(usx_code_94, '\0', sizeof(usx_code_94));
|
||||||
for (int i = 0; i < 3; i++) {
|
for (int i = 0; i < 3; i++) {
|
||||||
for (int j = 0; j < 28; j++) {
|
for (int j = 0; j < 28; j++) {
|
||||||
byte c = usx_sets[i][j];
|
byte c = usx_sets[i][j];
|
||||||
|
Loading…
Reference in New Issue
Block a user