You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
262 B

2 years ago
  1. #pragma once
  2. #include "sdk/hal/zhal.hpp"
  3. namespace iflytop {
  4. namespace zcr {
  5. typedef struct {
  6. uint16_t packetindex;
  7. uint16_t cmdindex;
  8. uint8_t subcmdindex;
  9. uint16_t var0;
  10. } cmdheader_t;
  11. } // namespace zcr
  12. } // namespace iflytop
  13. /**
  14. * @brief
  15. */