8 lines
109 B
C
8 lines
109 B
C
#ifndef MAIN_HOST_H_
|
|
#define MAIN_HOST_H_
|
|
|
|
void set_indicator(uint8_t const* buffer, uint16_t len);
|
|
|
|
#endif
|
|
|