9 lines
82 B
C
9 lines
82 B
C
#pragma once
|
|
|
|
#include "marsio.h"
|
|
|
|
struct packet {
|
|
marsio_buff_t *rx_buf;
|
|
};
|
|
|