On 04/06/18 18:26, DJ Delorie wrote:
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 ?

For the currently released msp430i* devices, only digits follow the i, so no
upper or lower case conversion is needed.

Reply via email to