aboutsummaryrefslogtreecommitdiffstats
path: root/Lesson_20
diff options
context:
space:
mode:
Diffstat (limited to 'Lesson_20')
-rw-r--r--Lesson_20/README.md2
1 files changed, 1 insertions, 1 deletions
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 <Library/PcdLib.h>
```
-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
```