added minmal libaries
This commit is contained in:
17
lib/uart_driver/AsyncFrames.h
Normal file
17
lib/uart_driver/AsyncFrames.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// Created by oliver on 12/8/23.
|
||||
//
|
||||
|
||||
#ifndef MASTERCOMMISION_ASYNCFAMES_H
|
||||
#define MASTERCOMMISION_ASYNCFAMES_H
|
||||
|
||||
|
||||
#include "stdint.h"
|
||||
|
||||
typedef struct AsyncFrameHeader_s {
|
||||
uint16_t sof;
|
||||
uint16_t leng;
|
||||
} AsyncFrameHeader_t;
|
||||
|
||||
|
||||
#endif //MASTERCOMMISION_ASYNCFAMES_H
|
||||
Reference in New Issue
Block a user