Replace MSG_F? with MSG_N?
To avoid double definitions. I prefer to read N for Number not for Nozzle.
This commit is contained in:
parent
a8a8f236d2
commit
f18f689c01
3 changed files with 12 additions and 20 deletions
|
|
@ -135,6 +135,12 @@
|
|||
#ifndef MSG_NOZZLE
|
||||
#define MSG_NOZZLE "Nozzle"
|
||||
#endif
|
||||
#ifndef MSG_N0
|
||||
#define MSG_N0 " 0"
|
||||
#endif
|
||||
#ifndef MSG_N1
|
||||
#define MSG_N1 " 1"
|
||||
#endif
|
||||
#ifndef MSG_N2
|
||||
#define MSG_N2 " 2"
|
||||
#endif
|
||||
|
|
@ -153,18 +159,6 @@
|
|||
#ifndef MSG_FLOW
|
||||
#define MSG_FLOW "Flow"
|
||||
#endif
|
||||
#ifndef MSG_F0
|
||||
#define MSG_F0 " 0"
|
||||
#endif
|
||||
#ifndef MSG_F1
|
||||
#define MSG_F1 " 1"
|
||||
#endif
|
||||
#ifndef MSG_F2
|
||||
#define MSG_F2 " 2"
|
||||
#endif
|
||||
#ifndef MSG_F3
|
||||
#define MSG_F3 " 3"
|
||||
#endif
|
||||
#ifndef MSG_CONTROL
|
||||
#define MSG_CONTROL "Control"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue