summaryrefslogtreecommitdiff
path: root/firmware/src/picc/da.h
blob: 45e9a992e449fb925cf8072c5ebc637dd0995acc (plain)
1
2
3
4
5
6
7
#ifndef _DA_H
#define _DA_H

extern void da_comp_carr(uint8_t position);
extern void da_init(void);

#endif
personal git repositories of Harald Welte. Your mileage may vary