Browse Source

add:luat_rtos_timer的相关参数宏

alienwalker 3 năm trước cách đây
mục cha
commit
3c27e9f134
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      application/include/luat_conf_bsp.h

+ 4 - 0
application/include/luat_conf_bsp.h

@@ -180,4 +180,8 @@ extern unsigned int gLVFlashTime;
 
 #define LUAT_GPIO_NUMS	32
 #define LUAT__UART_TX_NEED_WAIT_DONE
+
+#define LUAT_RT_RET_TYPE int
+#define LUAT_RT_RET	0
+#define LUAT_RT_CB_PARAM void *pdata, void *param
 #endif