#include "xmodem.h"
#include "crc16.h"
#include "log.h"
#include <assert.h>
Defines | |
| #define | debug(prg) { if (debug_flag) { prg } } |
| Run debug code if debugging is enabled. | |
Functions | |
| int | XDMReceiveFile (SerialPort *sp, const char *out_file) |
Variables | |
| const int | debug_flag = 0 |
| Control whether debug code is run. | |
Copyright (C) 2004 Alistair Riddoch, The University of Southampton
|
|
Control whether debug code is run. Set to non-zero if debug code should be run. |
1.3.5