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"]
|
||||
## #[used]
|
||||
## static BOOT2: [u8; 256] = ...;
|
||||
## static BOOT2: [u8; 256] = [0; 256]; // Provide your own with e.g. include_bytes!
|
||||
## ```
|
||||
boot2-none = []
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue