diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2024-10-30 08:57:05 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2024-10-30 08:57:05 +0100 |
| commit | 96a4f30672702e34afea4014487936fccb850779 (patch) | |
| tree | 7e3e39c63335158143450bf6bcaf9fae20b6cbfd /dev/ZKAKit/HALKit | |
| parent | 8600ffcc1ddfc861e761baf2682490061a55cca8 (diff) | |
META: Daily bump.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKAKit/HALKit')
| -rw-r--r-- | dev/ZKAKit/HALKit/ARM64/Storage/HalFlash.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/ZKAKit/HALKit/ARM64/Storage/HalFlash.cc b/dev/ZKAKit/HALKit/ARM64/Storage/HalFlash.cc index 8998c2f7..7204f7ae 100644 --- a/dev/ZKAKit/HALKit/ARM64/Storage/HalFlash.cc +++ b/dev/ZKAKit/HALKit/ARM64/Storage/HalFlash.cc @@ -16,9 +16,9 @@ namespace Kernel { - /// /:\\BRIDGE\\FLSH\\1 - constexpr auto cFlashBridgeMagic = "FLSH"; - constexpr auto cFlashBridgeRevision = 1; + /// /:/BRIDGE/FLSH/1 + constexpr auto kFlashBridgeMagic = "FLSH"; + constexpr auto kFlashBridgeRevision = 1; STATIC const Boolean kFlashEnabled = No; STATIC SizeT kFlashSize[cMaxFlash] = {}; |
