Guest User

Untitled

a guest
Jan 17th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. typedef nx_struct serial_header {
  2. nx_am_addr_t dest;
  3. nx_am_addr_t src;
  4. nx_uint8_t length;
  5. nx_am_group_t group;
  6. nx_am_id_t type;
  7. } serial_header_t;
  8.  
  9. nx_struct serial_header {
  10. nx_am_addr_t dest;
  11. nx_am_addr_t src;
  12. nx_uint8_t length;
  13. nx_am_group_t group;
  14. nx_am_id_t type;
  15. }
  16.  
  17. nx_struct serial_header nx1;
Add Comment
Please, Sign In to add comment