Skip to content

Commit 52939dc

Browse files
committed
Minimal correct
1 parent 756534e commit 52939dc

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

port/dummy_linux/port_dummy.c

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,17 @@
4949
#define DUMMY_QTY_IW 8
5050
#define DUMMY_QTY_QW 8
5151

52-
static const char *_ladder_status_str[] = { "STOPPED", //
52+
static const char *_ladder_status_str[] = {
53+
"STOPPED", //
5354
"RUNNING", //
5455
"ERROR", //
5556
"EXIT_TSK", //
5657
"NULLFN", //
5758
"INVALID", //
5859
};
5960

60-
static const char *_fn_str[] = { "NOP", //
61+
static const char *_fn_str[] = {
62+
"NOP", //
6163
"CONN", //
6264
"NEG", //
6365
"NO", //
@@ -68,7 +70,7 @@ static const char *_fn_str[] = { "NOP", //
6870
"COILL", //
6971
"COILU", //
7072
"TON", //
71-
"TOFF", //
73+
"TOF", //
7274
"TP", //
7375
"CTU", //
7476
"CTD", //
@@ -96,7 +98,8 @@ static const char *_fn_str[] = { "NOP", //
9698
"TMOVE", //
9799
};
98100

99-
static const char *_fn_err_str[] = { "OK", //
101+
static const char *_fn_err_str[] = {
102+
"OK", //
100103
"GETPREVVAL", //
101104
"GETDATAVAL", //
102105
"NOFOREIGN", //

0 commit comments

Comments
 (0)