diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-01 00:05:42 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-01 00:05:42 +0300 |
commit | bd67f1ac3a691494f15a8e3d6670ede5cc2e9aa5 (patch) | |
tree | 7468e303396a678d0c4b82dce6ee38daa1316b47 /Lesson_25 | |
parent | f3a955c9fb6a7eb493be2feae42cc2a11c9b7003 (diff) | |
download | UEFI-Lessons-bd67f1ac3a691494f15a8e3d6670ede5cc2e9aa5.tar.gz UEFI-Lessons-bd67f1ac3a691494f15a8e3d6670ede5cc2e9aa5.tar.bz2 UEFI-Lessons-bd67f1ac3a691494f15a8e3d6670ede5cc2e9aa5.zip |
Fix table markdown
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lesson_25')
-rw-r--r-- | Lesson_25/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lesson_25/README.md b/Lesson_25/README.md index 789bdb9..39af37e 100644 --- a/Lesson_25/README.md +++ b/Lesson_25/README.md @@ -7,7 +7,7 @@ Summary table: | .inf section: | [FixedPcd]<br>[Pcd] | [FeaturePcd]<br>[Pcd] | [PatchPcd]<br>[Pcd] | [Pcd] | [PcdEx] | | Get: | PcdGet<Type><br>FixedPcdGet<Type> | PcdGetBool<br>FeaturePcdGet | PcdGet<Type><br>PatchPcdGet<Type> | PcdGet<Type> | PcdGet<Type><br>PcdGetEx<Type> | | Set: | - | - | PcdSet<Type>S<br>PatchPcdSet<Type> | PcdSet<Type>S | PcdSet<Type>S<br>PcdSetEx<Type>S | -| Scope: | Every module have<br>its own copy | Every module have<br>its own copy | Every module have<br>its own copy | Global for<br>platform | Global for<br>platform | +| Scope: | Every module have its own copy | Every module have its own copy | Every module have its own copy | Global for<br>platform | Global for<br>platform | \<Type\> = 8|16|32|64|Bool|Ptr |