mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
6 lines
142 B
Bash
Executable File
6 lines
142 B
Bash
Executable File
#! /bin/sh
|
|
|
|
set -o xtrace
|
|
|
|
@Ozone_PATH@ -device @DEBUG_DEVICE@ -if SWD -speed auto -select usb -programfile @PX4_BINARY_DIR@/@PX4_CONFIG@.elf
|