summaryrefslogtreecommitdiff
path: root/avr/command.h
diff options
context:
space:
mode:
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
/**