diff options
Diffstat (limited to 'lexilla/test/examples/latex/Feature1358.tex')
-rw-r--r-- | lexilla/test/examples/latex/Feature1358.tex | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lexilla/test/examples/latex/Feature1358.tex b/lexilla/test/examples/latex/Feature1358.tex index 88863303f..73f27b83c 100644 --- a/lexilla/test/examples/latex/Feature1358.tex +++ b/lexilla/test/examples/latex/Feature1358.tex @@ -1,10 +1,10 @@ -\begin{lstlisting}[language=make]
-# If no BOARD is found in the environment, use this default:
-BOARD ?= bluepill
-
-# To use chinese st-link v2 and ch340 dongle with bluepill
-ifeq ($(BOARD),bluepill)
-STLINK_VERSION=2
-PORT_LINUX=/dev/ttyUSB0
-endif
-\end{lstlisting}
+\begin{lstlisting}[language=make] +# If no BOARD is found in the environment, use this default: +BOARD ?= bluepill + +# To use chinese st-link v2 and ch340 dongle with bluepill +ifeq ($(BOARD),bluepill) +STLINK_VERSION=2 +PORT_LINUX=/dev/ttyUSB0 +endif +\end{lstlisting} |