update movement set

This commit is contained in:
superkor
2026-01-27 22:17:44 -05:00
committed by Johnathon Slightham
parent 3c6f8b2c86
commit c6bcff20c3
9 changed files with 278 additions and 92 deletions

View File

@@ -18,7 +18,6 @@ namespace Flatbuffers {
Topology::ChannelBoardConn build_connections(uint8_t channel, uint16_t board_id);
private:
flatbuffers::Offset<Topology::NeighbourBlob> build_neighbour_info(uint16_t board_id, const std::vector<Topology::ChannelBoardConn>& connections);
flatbuffers::FlatBufferBuilder builder_;
};
}