Skip to content

Commit

Permalink
Fix syntax error?
Browse files Browse the repository at this point in the history
diondokter committed Jun 25, 2024
1 parent 9234355 commit 957be19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embassy-rp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -84,7 +84,7 @@ boot2-w25x10cl = []
## ```
## #[link_section = ".boot2"]
## #[used]
## static BOOT2: [u8; 256] = ...;
## static BOOT2: [u8; 256] = [0; 256]; // Provide your own with e.g. include_bytes!
## ```
boot2-none = []

0 comments on commit 957be19

Please sign in to comment.