1.0.62 release

This commit is contained in:
longpanda 2021-12-02 20:02:42 +08:00
parent 0c140cf378
commit 73fabd0c65
7 changed files with 54 additions and 43 deletions

View file

@ -3,6 +3,8 @@
#define __UTIL_H__
extern int boot_verbose;
//#define vdebug(fmt, ...)
//#define verror
#define vdebug(fmt, ...) if (boot_verbose) { printf(fmt, ##__VA_ARGS__); usleep(500000); }
#define verror printf