You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
285 B
C
8 lines
285 B
C
#ifndef _COMMON_H_
|
|
#define _COMMON_H_
|
|
#pragma once
|
|
int xGet_config_from_file();
|
|
void xUnsigned_char_hex_out(const char* msg, unsigned char* src, int start, int end);
|
|
|
|
void xRead_reg_hex_out(unsigned short reg_start_addr, const char* msg, unsigned char* src, int start, int end);
|
|
#endif |