On Dec 18, 2014, at 1:22 PM, Martin Husemann wrote:
I believe this is the thread you are referring to? Alan's suggestion was to use something like the following: #ifndef uint16_t
typedef __uint16_t uint16_t;
#define uint16_t uint16_t
#endifI think I tried it to solve the immediate problem I was having and didn't get back to the bigger picture of testing the general switch. Cheers, Brook |