summaryrefslogtreecommitdiff
path: root/avr/command.c
diff options
context:
space:
mode:
authorLeo C2014-08-16 13:57:10 +0200
committerLeo C2014-08-16 13:57:10 +0200
commit323398b1e863d2a23251d44d3bba260675139499 (patch)
tree14a3de5768cde38acddc968dc085e542f90950c0 /avr/command.c
parent534e1dfcb2f6cdfa1cd62913045b832f2189b7aa (diff)
downloadz180-stamp-323398b1e863d2a23251d44d3bba260675139499.zip
Add command saveenv
Add debug commands for EEPROM display and copy
Diffstat (limited to 'avr/command.c')
-rw-r--r--avr/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avr/command.c b/avr/command.c
index 9af1c32..89e8869 100644
--- a/avr/command.c
+++ b/avr/command.c
@@ -129,7 +129,7 @@ cmd_tbl_t *find_cmd_tbl (const char *cmd, cmd_tbl_t *table, int table_len)
{
cmd_tbl_t *cmdtp;
cmd_tbl_t *cmdtp_temp = table; /*Init value */
- int len;
+ size_t len;
uint_fast8_t n_found = 0;
if (!cmd)