Browse Source

Fixed caption for listing

master
Dustin Frisch 7 years ago
parent
commit
ca454ddfce
No known key found for this signature in database GPG Key ID: B4C3BF012D9B26BE
  1. 2
      6-2-update_mechanism.tex

2
6-2-update_mechanism.tex

@ -63,7 +63,7 @@ To calculate the origin of application data for each ROM slot, the available mem
For alignment and easy debugging, the second block is shifted by the same amount of bytes as the first block.
The gap of 8192 bytes is available to applications to store data, which can persist over application updates.
\begin{lstlisting}[caption={The flash layout used for two ROMs.},
\begin{lstlisting}[caption={Configuring the updater to download the right firmware image and update the booloader accordingly.},
label=lst:choosing_rom, basicstyle=\ttfamily\scriptsize]
#define URL_ROM(slot) (( URL "/" DEVICE ".rom" slot ))

Loading…
Cancel
Save