I have a very developed project from an MSP430 that I'd like to port over to an MSP432.
Much of the math in the project relies on 16bit integer overflow.
I have begun the tedious task of manually changing all "int" definitions to "short."
Using IAR as an IDE, is there anyway to force all integers to be 16bit?