This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Halcogen, please use stdint.h

Other Parts Discussed in Thread: HALCOGEN

Please either

a) Use standard int types provided in stdint.h (include stdint.h in hal_stdtypes.h and define only what is not already defined)

or

b) Do not define new types using same naming convention as in stdint.h