Skip to content
Snippets Groups Projects
Commit f3710c8e authored by Clément's avatar Clément
Browse files

struct trame

parent 4f43f287
No related merge requests found
#pragma once
#include <stdint.h>
struct trame_client{
uint16_t data;
uint16_t checksum;
};
struct trame_server{
uint16_t ack;
uint16_t checksum;
};
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment