SamplesMSP430.cmd 88 B

12
  1. for %%f in (samples\MSP430\*.ob07) do Compiler.exe %%f msp430 -rom 2048 -ram 128
  2. @pause