aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/llc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/llc.cpp b/src/llc.cpp
index 53a89356..c071d0a1 100644
--- a/src/llc.cpp
+++ b/src/llc.cpp
@@ -49,7 +49,7 @@ void gprs_llc::put_dummy_frame(size_t req_len)
static const uint8_t llc_dummy_command[] = {
0x43, 0xc0, 0x01, 0x2b, 0x2b, 0x2b
};
- static const int max_dummy_command_len = 79;
+ static const size_t max_dummy_command_len = 79;
put_frame(llc_dummy_command, sizeof(llc_dummy_command));