aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexilla/test/examples/latex/Feature1358.tex
blob: 88863303ff6b1b7cef0a6845ce2c13ccdc364152 (plain)
1
2
3
4
5
6
7
8
9
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}