added memory test for VHDL config

This commit is contained in:
Markus Fröschle
2016-06-04 21:16:01 +00:00
parent 2f700d8694
commit 46c62f381a
3 changed files with 37 additions and 17 deletions

View File

@@ -31,5 +31,5 @@ extern int sprintf(char *str, const char *format, ...);
extern void display_progress(void);
extern void hexdump(uint8_t buffer[], int size);
extern void hexdump(volatile uint8_t buffer[], int size);
#endif /* _BAS_PRINTF_H_ */