result strings fixed
This commit is contained in:
@ -20,7 +20,11 @@
|
|||||||
#include "StreamBusInterface.h"
|
#include "StreamBusInterface.h"
|
||||||
|
|
||||||
const char* StreamIoStatusStr[] = {
|
const char* StreamIoStatusStr[] = {
|
||||||
"StreamIoSuccess", "ioTimeout", "ioNoReply", "ioEnd", "ioFault"
|
"StreamIoSuccess",
|
||||||
|
"StreamIoTimeout",
|
||||||
|
"StreamIoNoReply",
|
||||||
|
"StreamIoEnd",
|
||||||
|
"StreamIoFault"
|
||||||
};
|
};
|
||||||
|
|
||||||
StreamBusInterfaceRegistrarBase* StreamBusInterfaceRegistrarBase::first;
|
StreamBusInterfaceRegistrarBase* StreamBusInterfaceRegistrarBase::first;
|
||||||
|
Reference in New Issue
Block a user