mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
11 lines
238 B
C++
11 lines
238 B
C++
|
|
#include "OTAPacketBuilder.h"
|
|
|
|
namespace Flatbuffers {
|
|
|
|
const Messaging::OTAPacket *OTAPacketBuilder::parse_ota_packet(const uint8_t *buffer) {
|
|
return flatbuffers::GetRoot<Messaging::OTAPacket>(buffer);
|
|
}
|
|
|
|
} // namespace Flatbuffers
|