This commit is contained in:
aozhiwei 2023-05-06 13:53:52 +08:00
parent f7125c874e
commit 140a61cc7f

View File

@ -29,6 +29,7 @@ namespace a8
};
typedef std::function<void(const a8::Args&)> CommonCbProc;
typedef std::function<void(const a8::Args*)> CommonCbProcEx;
typedef std::weak_ptr<struct XTimerPtr> XTimerWp;
const int INVALID_FD = -1;