We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc151a commit 8fef3f6Copy full SHA for 8fef3f6
framework_lib/src/smbios.rs
@@ -267,7 +267,7 @@ pub fn get_platform() -> Option<Platform> {
267
"Laptop 13 (AMD Ryzen 7040 Series)" => Some(Platform::Framework13Amd),
268
"Laptop 13 (Intel Core Ultra Series 1)" => Some(Platform::IntelCoreUltra1),
269
"Laptop 16 (AMD Ryzen 7040 Series)" => Some(Platform::Framework16),
270
- _ => None,
+ _ => Some(Platform::Framework16),
271
};
272
273
if let Some(platform) = platform {
0 commit comments