Skip to content

Commit 8fef3f6

Browse files
committed
Hardcode to Framework 16
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 6cc151a commit 8fef3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework_lib/src/smbios.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ pub fn get_platform() -> Option<Platform> {
267267
"Laptop 13 (AMD Ryzen 7040 Series)" => Some(Platform::Framework13Amd),
268268
"Laptop 13 (Intel Core Ultra Series 1)" => Some(Platform::IntelCoreUltra1),
269269
"Laptop 16 (AMD Ryzen 7040 Series)" => Some(Platform::Framework16),
270-
_ => None,
270+
_ => Some(Platform::Framework16),
271271
};
272272

273273
if let Some(platform) = platform {

0 commit comments

Comments
 (0)