mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-05-14 07:04:41 -04:00
1.0.62 release
This commit is contained in:
parent
0c140cf378
commit
73fabd0c65
7 changed files with 54 additions and 43 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue