summaryrefslogtreecommitdiff
path: root/avr/command.h
diff options
context:
space:
mode:
authorLeo C2014-08-21 10:32:33 +0200
committerLeo C2014-08-21 10:32:33 +0200
commitdea9a31523216caa153c589426b175d52aa43634 (patch)
tree0becde7e85dc4ba156f8a10c9f5f6c0843de2f2e /avr/command.h
parent69988dc1f60ce27d2192eb2aa579962f585fffc8 (diff)
downloadz180-stamp-dea9a31523216caa153c589426b175d52aa43634.zip
Autocomplete, long way to go...
Diffstat (limited to 'avr/command.h')
-rw-r--r--avr/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/avr/command.h b/avr/command.h
index 4e96903..2fd20a0 100644
--- a/avr/command.h
+++ b/avr/command.h
@@ -82,7 +82,7 @@ command_ret_t cmd_usage(cmd_tbl_t *cmdtp);
#ifdef CONFIG_AUTO_COMPLETE
extern int var_complete(int argc, char * const argv[], char last_char, int maxv, char *cmdv[]);
-extern int cmd_auto_complete(const char *const prompt, char *buf, int *np, int *colp);
+extern int cmd_auto_complete(const FLASH char *const prompt, char *buf, int *np, int *colp);
#endif
/**