improved timing a bit

This commit is contained in:
Markus Fröschle
2013-10-13 19:58:12 +00:00
parent 5a55faa169
commit 2942f08534
5 changed files with 151 additions and 49 deletions

View File

@@ -29,5 +29,5 @@ extern void xsnprintf(char *str, size_t size, const char *fmt, ...);
extern void xputchar(int c);
extern void display_progress(void);
extern void hexdump(uint8_t buffer[], int size);
#endif /* _BAS_PRINTF_H_ */