Skip to content

Commit

Permalink
Reduce driver binding version from 0x10 to 0xa
Browse files Browse the repository at this point in the history
git-svn-id: https://fat-driver2.tianocore.org/svn/fat-driver2/trunk@19 65ba2f78-6c18-0410-a7b4-885970cf29fa
  • Loading branch information
qhuang8 committed Mar 16, 2007
1 parent a0ba36a commit c5c24df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EnhancedFat/Dxe/Fat.c
Expand Up @@ -63,7 +63,7 @@ EFI_DRIVER_BINDING_PROTOCOL gFatDriverBinding = {
FatDriverBindingSupported,
FatDriverBindingStart,
FatDriverBindingStop,
0x10,
0xa,
NULL,
NULL
};
Expand Down

0 comments on commit c5c24df

Please sign in to comment.