summaryrefslogtreecommitdiff
path: root/ucoo/base/proto/proto.hh
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/base/proto/proto.hh')
-rw-r--r--ucoo/base/proto/proto.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucoo/base/proto/proto.hh b/ucoo/base/proto/proto.hh
index a4ee999..2b1e2e2 100644
--- a/ucoo/base/proto/proto.hh
+++ b/ucoo/base/proto/proto.hh
@@ -26,7 +26,7 @@
#include "ucoo/common.hh"
#include "ucoo/intf/stream.hh"
-#include "config/base/proto.hh"
+#include "config/ucoo/base/proto.hh"
namespace ucoo {
@@ -89,7 +89,7 @@ class Proto
/// Received message current size.
int size_;
/// Message arguments being received.
- uint8_t args_[UCOO_CONFIG_BASE_PROTO_ARGS_MAX_SIZE];
+ uint8_t args_[CONFIG_UCOO_BASE_PROTO_ARGS_MAX_SIZE];
/// Command being received.
char cmd_;
};