Revision 282
removing stuff
nctp.h | ||
---|---|---|
1 | 1 |
#ifndef NCTP_H_INCLUDED |
2 | 2 |
#define NCTP_H_INCLUDED |
3 | 3 |
|
4 |
#include "uart.h" |
|
5 |
|
|
6 |
int nctp_init(void); |
|
7 |
int nctp_free(void); |
|
8 |
|
|
9 |
int nctp_send(size_t num, uint8_t* ptr[], size_t sz[]); |
|
10 |
|
|
11 |
int nctp_ih_err; |
|
12 |
void nctp_ih(void); |
|
13 |
|
|
14 | 4 |
#endif //NCTP_H_INCLUDED |
Also available in: Unified diff