Skip to content
Snippets Groups Projects
Commit 5b54df26 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

MIP405T: fix compile problem


The "stdio/device: rework function naming convention" patch
(commit 52cb4d4f) broke the MIP405T board; this patch fixes it.

Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 170c1972
No related branches found
No related tags found
No related merge requests found
......@@ -429,7 +429,7 @@ void check_env(void)
}
extern device_t *stdio_devices[];
extern struct stdio_dev *stdio_devices[];
extern char *stdio_names[];
void show_stdio_dev(void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment