Files
TX/source/clamp.h
2025-08-26 16:10:47 -05:00

8 lines
100 B
C

#ifndef _CLAMP_H
#define _CLAMP_H
#include "ports.h"
int clamp_service(ACCESSORY_t *accy);
#endif