app.h 233 B

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