mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-14 23:27:35 +08:00
9c15be22d6
- only enabled by default on boards that aren't memory constrained
9 lines
170 B
Bash
9 lines
170 B
Bash
#!/bin/sh
|
|
#
|
|
# imxrt specific defaults
|
|
#------------------------------------------------------------------------------
|
|
|
|
param set-default -s MC_AT_EN 1
|
|
|
|
set LOGGER_BUF 32
|