I am working on an NFC project for school and I tried updating the firmware to the MSP430F2370 on the TRF-7970A board. The problem I am having is the the NFC code is producing compiler errors. It does not recognized U08_t. In the original firmware for the MSP430, the U08_t datatype was defined in types.h, but it is not defined in the new code. Should I include this in the types header file so the project will compile. Please help.
Thank you