mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
remove ifdef for debuglevel
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1088 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
11f009f190
commit
26015d2294
@ -27,10 +27,8 @@ Revision History
|
|||||||
//
|
//
|
||||||
#include <IndustryStandard/pci22.h>
|
#include <IndustryStandard/pci22.h>
|
||||||
|
|
||||||
#ifdef EFI_DEBUG
|
|
||||||
extern UINTN gEHCDebugLevel;
|
extern UINTN gEHCDebugLevel;
|
||||||
extern UINTN gEHCErrorLevel;
|
extern UINTN gEHCErrorLevel;
|
||||||
#endif
|
|
||||||
|
|
||||||
#define STALL_1_MACRO_SECOND 1
|
#define STALL_1_MACRO_SECOND 1
|
||||||
#define STALL_1_MILLI_SECOND 1000 * STALL_1_MACRO_SECOND
|
#define STALL_1_MILLI_SECOND 1000 * STALL_1_MACRO_SECOND
|
||||||
|
Loading…
x
Reference in New Issue
Block a user