Skip to content

Commit

Permalink
Merge pull request #975 from mcci-catena/issue967
Browse files Browse the repository at this point in the history
Fix #967: Add DISABLE_LMIC_FAILURE_TO on AVR test compiles to save space
  • Loading branch information
terrillmoore authored Nov 16, 2024
2 parents 0d29ed3 + 66a3252 commit f851116
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 f851116

Please sign in to comment.