Jozef Lawrynowicz <joze...@mittosystems.com> writes:
> +      if (strncmp (target_mcu, "msp430i", 7) == 0)
> +     snprintf (mcu_name, sizeof (mcu_name) - 1, "__MSP430i%s__",
> +               target_mcu + 7);
> +      else

Do you need to TOUPPER the parts of target_mcu after char 7 ?

Reply via email to