[fix] documentation

pull/11/head
Fabien Le Mentec 2011-10-15 13:18:26 -05:00
rodzic 7de129c05d
commit 1a34038afe
2 zmienionych plików z 4 dodań i 2 usunięć

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -108,7 +108,7 @@ $> $TOOLCHAIN_PATH/bin/arm-none-eabi-gdb
From GDB, connect to the server using:\\
\begin{small}
\begin{lstlisting}[frame=tb]
$> target extended-remote localhost:4242
$> target extended localhost:4242
\end{lstlisting}
\end{small}
@ -133,7 +133,9 @@ $> run
\section{References}
\begin{itemize}
\item http://www.st.com/internet/mcu/product/248823.jsp\\
all the documentation related to STM32L discovery kit
documentation related to the STM32L mcu
\item http://www.st.com/internet/evalboard/product/250990.jsp\\
documentation related to the STM32L discovery kit
\end{itemize}
\end{document}