From cf4607dd902bcca2ec8e849b51a1968ffb2dc0ca Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 1 Oct 2022 09:02:51 +0800 Subject: [PATCH] 1 --- a8/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/a8/types.h b/a8/types.h index c947814..1122210 100644 --- a/a8/types.h +++ b/a8/types.h @@ -4,6 +4,7 @@ namespace a8 { typedef long long tick_t; + struct XTimerPtr; struct SendQueueNode {