updata.h 238 B

1234567891011
  1. #ifndef UPDATA_H
  2. #define UPDATA_H
  3. #include "stdint.h"
  4. #include "gateway_message.h"
  5. void updata_task_creat(int client_socket);
  6. void updata_task(void const * argument);
  7. uint16_t Checkcrc16(const uint8_t *nData, uint16_t wLength);
  8. #endif