Remove the tailing ',' and redudant ';' to ensure the code pass EBC's -Za option (Enforces strict conformance to the ANSI standard for C).
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5326 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -190,7 +190,7 @@ enum {
|
||||
//
|
||||
//Use 200 ms to increase the error handling response time
|
||||
//
|
||||
EFI_USB_INTERRUPT_DELAY = 2000000,
|
||||
EFI_USB_INTERRUPT_DELAY = 2000000
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user