#
# The MTS300 board does not have an external pullup resistor on the I2C
# lines, so we need to enable the internal pullup resistor on the MCU.
#

push @new_args, "-DATM128_I2C_EXTERNAL_PULLDOWN=1";
