Files
edmfd_firmware/src/edmfd/proto.hh
2025-02-15 14:27:26 -08:00

8 lines
123 B
C++

#pragma once
#include <stdint.h>
namespace proto {
void parse(const uint8_t *buffer, unsigned len);
} // namespace proto