Files
alloy_elite2_rgb/main_host.h
T
2025-05-30 15:58:30 -04:00

8 lines
109 B
C

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