mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-25 00:02:28 +00:00
Fix syntax error?
This commit is contained in:
parent
92343551aa
commit
957be1980d
@ -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 = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user