mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
able to write and read from nvs; completed topology test main
This commit is contained in:
@@ -18,6 +18,7 @@ namespace Flatbuffers {
|
|||||||
Topology::ChannelBoardConn build_connections(uint8_t channel, uint16_t board_id);
|
Topology::ChannelBoardConn build_connections(uint8_t channel, uint16_t board_id);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
flatbuffers::Offset<Topology::NeighbourBlob> build_neighbour_info(uint16_t board_id, const std::vector<Topology::ChannelBoardConn>& connections);
|
||||||
flatbuffers::FlatBufferBuilder builder_;
|
flatbuffers::FlatBufferBuilder builder_;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user