The data types used in goodfet files are of 3 kinds:
-stdint ones (uint8_t, etc)
-normal C ones (unsigned char, etc)
-some more (u8, etc)
My proposition is to use stdint types in every file.
Is there anything unknown to me that would prevent doing that?
The data types used in goodfet files are of 3 kinds:
-stdint ones (uint8_t, etc)
-normal C ones (unsigned char, etc)
-some more (u8, etc)
My proposition is to use stdint types in every file.
Is there anything unknown to me that would prevent doing that?