Skip to content

Commit

Permalink
Improve build panic-message
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernQ committed Sep 18, 2024
1 parent e106e68 commit 3fe55f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-hal/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fn main() -> Result<(), Box<dyn Error>> {
}

if !config.contains(&String::from("octal_psram")) && cfg!(feature = "octal-psram") {
panic!("The target does not support PSRAM");
panic!("The target does not support Octal PSRAM");
}

// Define all necessary configuration symbols for the configured device:
Expand Down

0 comments on commit 3fe55f6

Please sign in to comment.