Updating build system

This commit is contained in:
Rene Zeldenthuis
2023-09-18 23:35:53 +02:00
parent 4360630835
commit 6917e44287
25 changed files with 301 additions and 284 deletions

View File

@@ -29,7 +29,7 @@ private:
std::shared_ptr<CRtspSession> session;
};
OV2640 cam_;
OV2640 cam_;
std::list<std::unique_ptr<rtsp_client>> clients_;
uintptr_t task_;
Timer<> timer_;