- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
31
ecode.c
31
ecode.c
@@ -7,20 +7,19 @@
|
||||
#ifndef ERRSTAT
|
||||
#define ERRSTAT
|
||||
|
||||
static char *pErrStat[] = {
|
||||
" ",
|
||||
"OK",
|
||||
"HWIdle",
|
||||
"HWBusy",
|
||||
"HWFault",
|
||||
"HWPosFault",
|
||||
"HWCrash",
|
||||
"Out of memory",
|
||||
"No Beam",
|
||||
"Paused",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
static char *pErrStat[] = {
|
||||
" ",
|
||||
"OK",
|
||||
"HWIdle",
|
||||
"HWBusy",
|
||||
"HWFault",
|
||||
"HWPosFault",
|
||||
"HWCrash",
|
||||
"Out of memory",
|
||||
"No Beam",
|
||||
"Paused",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user