From ca454ddfce3721a9bf3dfbe6a9231604657e49d7 Mon Sep 17 00:00:00 2001 From: Dustin Frisch Date: Mon, 19 Jun 2017 20:09:22 +0200 Subject: [PATCH] Fixed caption for listing --- 6-2-update_mechanism.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6-2-update_mechanism.tex b/6-2-update_mechanism.tex index 83062a4..707673c 100644 --- a/6-2-update_mechanism.tex +++ b/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 ))