🔨 Servo Timer 1 with STM32F103RC_fysetc (#25741)

This commit is contained in:
Scott Lahteine
2023-04-26 14:39:56 -05:00
committed by GitHub
parent 79b455575b
commit 358a54ecdc
4 changed files with 93 additions and 59 deletions

View File

@@ -0,0 +1,16 @@
#!/usr/bin/env bash
#
# Build tests for STM32F103RC_fysetc
#
# exit on first failure
set -e
#
# Build with the default configurations
#
use_example_configs "Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch"
exec_test $1 $2 "Ender-3 with Cheetah 1.2 | BLTouch" "$3"
# clean up
restore_configs