mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-31 09:19:15 +02:00
add crc16 function and remove oda, to be reimplemented
This commit is contained in:
@@ -2,6 +2,8 @@ extern void msleep(unsigned long ms);
|
||||
|
||||
extern int _strnlen(const char *s, int maxlen);
|
||||
|
||||
extern uint16_t crc16_ccitt(char *data, uint16_t len);
|
||||
|
||||
extern void add_checkwords(uint16_t *blocks, uint8_t *bits, uint8_t stream);
|
||||
extern uint8_t add_rds_af(RDSAFs *af_list, float freq);
|
||||
extern char *convert_to_rds_charset(char *str);
|
||||
Reference in New Issue
Block a user