Sorry I cannot find a reference to typedef __UINT8_T_TYPE__ uint8_t; any more.
It was a few weeks ago. I vaguely remember that we could not find a definition of __UINT8_T_TYPE__ but I'm not sure. I think __UINT8_T_TYPE__ might be compiler specific.
- so you must be looking at an earlier version, or something toolchain-specific. Note that, by convention, names in ALL CAPITALS are preprocessor #defines - so have you searched for a #define __UINT8_T_TYPE__ ? Any decent IDE should have a ''Go To Definition'' facility - have you tried that...?
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.