more spacing in code samples

This commit is contained in:
2018-05-21 23:17:33 +02:00
parent 6c208b1e4f
commit d7bdf3570a
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ The rest of the porting process, after generating the base project, can be summa
\item Add the ``gex-core'' Git submodule as the \verb|User| folder, and create a Git branch in it for the new platform.
\item Fix the Makefile generated by STM32CubeMX; it usually contains duplicate entries in the file lists and other errors. Ensure the build (``\verb|make|'' invocation in the terminal) succeeds before making any other changes.
\item Fix the Makefile generated by STM32CubeMX; it usually contains duplicate entries in the file lists, and other errors. Ensure the build (``\verb|make|'' invocation in the terminal) succeeds before making any other changes.
\item Delete the USB Device library from the \verb|Middlewares/ST| folder; GEX uses the modified version included in \verb|User/USB|.
+4 -4
View File
@@ -5,7 +5,7 @@
\let\endcminted\endminted
\xpretocmd{\cminted}{\RecustomVerbatimEnvironment{Verbatim}{BVerbatim}{}}{}{}
\newminted{ini}{frame=leftline,autogobble=true}
\newminted{python}{frame=leftline,autogobble=true}
\newminted{c}{frame=leftline,autogobble=true}
\newminted{matlab}{frame=leftline,autogobble=true}
\newminted{ini}{frame=leftline,autogobble=true,framesep=2mm}
\newminted{python}{frame=leftline,autogobble=true,framesep=2mm}
\newminted{c}{frame=leftline,autogobble=true,framesep=2mm}
\newminted{matlab}{frame=leftline,autogobble=true,framesep=2mm}
BIN
View File
Binary file not shown.