Fix syntax error?
This commit is contained in:
parent
92343551aa
commit
957be1980d
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ boot2-w25x10cl = []
|
||||||
## ```
|
## ```
|
||||||
## #[link_section = ".boot2"]
|
## #[link_section = ".boot2"]
|
||||||
## #[used]
|
## #[used]
|
||||||
## static BOOT2: [u8; 256] = ...;
|
## static BOOT2: [u8; 256] = [0; 256]; // Provide your own with e.g. include_bytes!
|
||||||
## ```
|
## ```
|
||||||
boot2-none = []
|
boot2-none = []
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue