app.h 261 B

123456789101112131415
  1. #ifndef _APP_H
  2. #define _APP_H
  3. #include "../User/includes.h"
  4. #include "app_cfg.h"
  5. extern OS_TCB AppTaskStartTCB;
  6. extern OS_TCB AppTask_OTA_HandleTCB;
  7. extern OS_TCB AppTask_Server_ComTCB;
  8. extern OS_SEM M5311_ota_rx_sem; //ÊÇ·ñʹÄܶÓÁÐ
  9. #endif