🔨 Native USB modified env followup (#24669)

Followup to #24619
This commit is contained in:
EvilGremlin
2022-09-02 05:47:37 +03:00
committed by Scott Lahteine
parent e350acb360
commit 033bca1773
4 changed files with 9 additions and 9 deletions

View File

@ -1,19 +0,0 @@
#!/usr/bin/env bash
#
# Build tests for MKS Robin nano
# (STM32F1 genericSTM32F103VE)
#
# exit on first failure
set -e
#
# MKS/ZNP Robin nano v1.2 Emulated DOGM FSMC and native USB mod
#
use_example_configs Mks/Robin
opt_add USB_MOD
opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO SERIAL_PORT -1
exec_test $1 $2 "MKS/ZNP Robin nano v1.2 Emulated DOGM FSMC and native USB mod" "$3"
# cleanup
restore_configs