aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-08-01 12:34:26 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-08-01 12:36:12 +0300
commit8f9485bb2ac28765670bab711d522c85709164a4 (patch)
treed68739666636466a0cba105f50153d29429179a1
parent89c083d6ad8f0af49af5268aed7c46f5a7ab7801 (diff)
downloadUEFI-Lessons-8f9485bb2ac28765670bab711d522c85709164a4.tar.gz
UEFI-Lessons-8f9485bb2ac28765670bab711d522c85709164a4.tar.bz2
UEFI-Lessons-8f9485bb2ac28765670bab711d522c85709164a4.zip
Correct markdown in L25
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
-rw-r--r--Lessons/Lesson_25/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lessons/Lesson_25/README.md b/Lessons/Lesson_25/README.md
index 39af37e..1c8035c 100644
--- a/Lessons/Lesson_25/README.md
+++ b/Lessons/Lesson_25/README.md
@@ -5,8 +5,8 @@ Summary table:
| .dec section: | [PcdsFixedAtBuild] | [PcdsFeatureFlag] | [PcdsPatchableInModule] | [PcdsDynamic] | [PcdsDynamicEx] |
| .dsc section: | [PcdsFixedAtBuild] | [PcdsFeatureFlag] | [PcdsPatchableInModule] | [PcdsDynamicDefault]<br>[PcdsDynamicHii]<br>[PcdsDynamicVpd] | [PcdsDynamicExDefault]<br>[PcdsDynamicExHii]<br>[PcdsDynamicExVpd] |
| .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 |
+| 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 its own copy | Every module have its own copy | Every module have its own copy | Global for<br>platform | Global for<br>platform |