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