From ec67f73ebcc0c4f9304edfc9264b70d3531f7382 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Mon, 28 Jun 2021 17:46:45 +0300 Subject: Add PcdLib.h link to lesson 20 --- Lesson_20/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lesson_20') diff --git a/Lesson_20/README.md b/Lesson_20/README.md index 7cce893..1f809ef 100644 --- a/Lesson_20/README.md +++ b/Lesson_20/README.md @@ -32,7 +32,7 @@ To use `FixedPcdGet32` in our code we need to add the necessary include: ``` #include ``` -If you check out this file you'll see that `FixedPcdGet32` is simply a define statement: +If you check out this file (https://github.com/tianocore/edk2/blob/master/MdePkg/Include/Library/PcdLib.h) you'll see that `FixedPcdGet32` is simply a define statement: ``` #define FixedPcdGet32(TokenName) _PCD_VALUE_##TokenName ``` -- cgit v1.2.3-18-g5258