|
Last change
on this file since 74 was
74,
checked in by phkim, 10 years ago
|
- phkim
- zasc
- 변경 내용
- CT_ChMapUpdatePMTAC3AudioDescriptor 메모리 leak 버그 수정
|
-
Property svn:executable set to
*
|
|
File size:
246 bytes
|
| Line | |
|---|
| 1 | |
|---|
| 2 | #ifndef _XMODEM_HXX_ |
|---|
| 3 | #define _XMODEM_HXX_ |
|---|
| 4 | |
|---|
| 5 | #include "serial.h" |
|---|
| 6 | |
|---|
| 7 | #ifdef __cplusplus |
|---|
| 8 | extern "C" |
|---|
| 9 | { |
|---|
| 10 | #endif |
|---|
| 11 | |
|---|
| 12 | unsigned int xmodem_receive(volatile UartChannel *uart, unsigned char* buf ); |
|---|
| 13 | |
|---|
| 14 | |
|---|
| 15 | #ifdef __cplusplus |
|---|
| 16 | } |
|---|
| 17 | #endif |
|---|
| 18 | |
|---|
| 19 | |
|---|
| 20 | #endif // End of _XMODEM_HXX_ |
|---|
| 21 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.