Skip to content

Commit

Permalink
Add DISABLE_LMIC_FAILURE_TO on AVR test compiles to save space
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Nov 16, 2024
1 parent 0d29ed3 commit 66a3252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/lmic-filter-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function _lmic_filter {
_debug _lmic_filter: LMIC_FILTER_SKETCH="$LMIC_FILTER_SKETCH"
shift
if [[ "$MCCI_CI_ARCH" = "avr" ]]; then
_projcfg_class_a "$@"
_projcfg_class_a "$@" "DISABLE_LMIC_FAILURE_TO"
else
_projcfg "$@"
fi
Expand Down

0 comments on commit 66a3252

Please sign in to comment.