From 140a61cc7f6c23602d05963ab868fe9f5d36cc44 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 6 May 2023 13:53:52 +0800 Subject: [PATCH] 1 --- a8/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/a8/types.h b/a8/types.h index 81d42e5..fae2588 100644 --- a/a8/types.h +++ b/a8/types.h @@ -29,6 +29,7 @@ namespace a8 }; typedef std::function CommonCbProc; + typedef std::function CommonCbProcEx; typedef std::weak_ptr XTimerWp; const int INVALID_FD = -1;