Project

General

Profile

Revision 325

some more changes to uart

View differences:

uart.h
55 55
int nctp_set_processor(void (*proc_func)(const uint8_t*, const size_t));
56 56
int nctp_free(void);
57 57

  
58
int nctp_send(size_t num, uint8_t* ptr[], size_t sz[]);
58
int nctp_send(size_t num, const uint8_t *const *ptr, const size_t *const sz);
59 59

  
60 60
int (nctp_get_ih_error)(void);
61 61
void nctp_ih(void);

Also available in: Unified diff