mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
Fix generic UDP frame type
This commit is contained in:
@@ -80,6 +80,8 @@ private:
|
||||
uint8_t m_module_id;
|
||||
std::chrono::time_point<std::chrono::system_clock> m_last_leader_updated;
|
||||
std::unique_ptr<IDiscoveryService> m_discovery_service;
|
||||
|
||||
static FrameType get_frame_type(bool durable, size_t size);
|
||||
};
|
||||
|
||||
#endif // COMMUNICATIONROUTER_H
|
||||
|
||||
Reference in New Issue
Block a user