31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
From 9b95eaff168da17f97a8c014b5461d449bc93bea Mon Sep 17 00:00:00 2001
|
|
From: MattP <63603528+NumberOneGit@users.noreply.github.com>
|
|
Date: Sat, 10 May 2025 03:25:34 -0400
|
|
Subject: [PATCH 20/29] Update BoardRevisionHelperLib.c
|
|
|
|
fix line ending
|
|
---
|
|
.../Library/BoardRevisionHelperLib/BoardRevisionHelperLib.c | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/Platform/RaspberryPi/Library/BoardRevisionHelperLib/BoardRevisionHelperLib.c b/Platform/RaspberryPi/Library/BoardRevisionHelperLib/BoardRevisionHelperLib.c
|
|
index 40143c5b..24d8a801 100644
|
|
--- a/Platform/RaspberryPi/Library/BoardRevisionHelperLib/BoardRevisionHelperLib.c
|
|
+++ b/Platform/RaspberryPi/Library/BoardRevisionHelperLib/BoardRevisionHelperLib.c
|
|
@@ -112,9 +112,9 @@ BoardRevisionGetModelName (
|
|
case 0x18:
|
|
return "Raspberry Pi Compute Module 5";
|
|
case 0x19:
|
|
- return "Raspberry Pi 500"
|
|
- case 0x1a:
|
|
- return "Raspberry Pi Compute Module 5 Lite"
|
|
+ return "Raspberry Pi 500";
|
|
+ case 0x1A:
|
|
+ return "Raspberry Pi Compute Module 5 Lite";
|
|
}
|
|
}
|
|
return "Unknown Raspberry Pi Model";
|
|
--
|
|
2.51.2
|
|
|