updata.h 204 B

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