6 lines
59 B
Batchfile
6 lines
59 B
Batchfile
@REM @echo off
|
|
|
|
cd /d %~dp0..
|
|
set MCU=STM32F407VG
|
|
scons %1
|