8 lines
100 B
C
8 lines
100 B
C
#ifndef _CLAMP_H
|
|
#define _CLAMP_H
|
|
|
|
#include "ports.h"
|
|
|
|
int clamp_service(ACCESSORY_t *accy);
|
|
|
|
#endif |