Fix syntax error?

This commit is contained in:
Dion Dokter 2024-06-25 14:43:30 +02:00
parent 92343551aa
commit 957be1980d

View File

@ -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 = []