Guest User

Untitled

a guest
Apr 26th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. typedef struct {
  2. uint32_t magic;
  3. uint32_t version;
  4. uint32_t parameter1;
  5. bool use_something;
  6. uint8_t parameter2;
  7. uint32_t checksum;
  8. } settings_t;
Add Comment
Please, Sign In to add comment