diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-12 15:28:28 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-12 15:28:28 +0300 |
commit | f980e8c1e946285a212fad287164b0c9ef3b1625 (patch) | |
tree | 43533837cbfe5dabd1d69a5d7c68cfdb2cea9773 /Lessons | |
parent | 0fc4fd3a49c60884bb9dc914a6d3fbc797c923b2 (diff) | |
download | UEFI-Lessons-f980e8c1e946285a212fad287164b0c9ef3b1625.tar.gz UEFI-Lessons-f980e8c1e946285a212fad287164b0c9ef3b1625.tar.bz2 UEFI-Lessons-f980e8c1e946285a212fad287164b0c9ef3b1625.zip |
Fix source files for lesson 38
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lessons')
-rw-r--r-- | Lessons/Lesson_38/UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lessons/Lesson_38/UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.inf b/Lessons/Lesson_38/UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.inf index 63b4e9f..edd2297 100644 --- a/Lessons/Lesson_38/UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.inf +++ b/Lessons/Lesson_38/UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.inf @@ -5,7 +5,7 @@ MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 ENTRY_POINT = SimpleClassProtocolDriverEntryPoint -# UNLOAD_IMAGE = SimpleClassProtocolDriverUnload + UNLOAD_IMAGE = SimpleClassProtocolDriverUnload [Sources] SimpleClassProtocol.c |