1
Files
strafe2backlight/main_host.h
2025-05-30 22:03:02 -04:00

7 lines
108 B
C

#ifndef MAIN_HOST_H_
#define MAIN_HOST_H_
void set_indicator(uint8_t const* buffer, uint16_t len);
#endif