In embedded, if you are to the point that you need to optimize the bools to reduce the footprint, you fucked up sizing your mcu.
- 0 Posts
- 2 Comments
Joined 2 years ago
Cake day: June 15th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
I always use stdint.h so that my types are compatible across any mcu. And it makes the data type easily known instead of guessing an i t size