define HAVE_PC to have a serial (debug) console draft

Tue, 11 Oct 2016 21:47:10 +0200

author
David Douard <david.douard@logilab.fr>
date
Tue, 11 Oct 2016 21:47:10 +0200
changeset 14
5dfbcea0ebef
parent 13
0fdeed7c083e
child 15
ec327bf8f224

define HAVE_PC to have a serial (debug) console

platformio.ini file | annotate | diff | comparison | revisions
--- a/platformio.ini	Tue Oct 11 21:46:27 2016 +0200
+++ b/platformio.ini	Tue Oct 11 21:47:10 2016 +0200
@@ -36,7 +36,7 @@
 board = nucleo_l432kc
 upload_port = /media/sdb
 lib_compat_mode = 0
-build_flags = -DDEBUG -DDEBUG2
+build_flags = -DDEBUG -DDEBUG2 -DHAVE_PC
 
 # [env:nucleo_f031k6]
 # platform = ststm31

mercurial