You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nothing prevents it, but be very careful not to damage any code that you don't have the hardware to test. One mistaken regex could break support for a rare module, and it wouldn't be noticed for months.
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 text was updated successfully, but these errors were encountered: