mirror of
https://github.com/justinian/edmfd_firmware.git
synced 2025-12-10 00:34:31 -08:00
8 lines
123 B
C++
8 lines
123 B
C++
#pragma once
|
|
#include <stdint.h>
|
|
|
|
namespace proto {
|
|
|
|
void parse(const uint8_t *buffer, unsigned len);
|
|
|
|
} // namespace proto
|