Mercurial > nand-ecoscentric
diff packages/io/serial/current/src/arm/pid_serial_with_ints.c @ 18:7253dcc42a09 ecos-sw-1999-06-25
Merge from eCos master repository on 1999-06-25-15:31:50-BST
| author | jlarmour |
|---|---|
| date | Fri, 25 Jun 1999 08:28:05 +0000 |
| parents | d376b777e2ce |
| children | 1370c5e55234 |
line wrap: on
line diff
--- a/packages/io/serial/current/src/arm/pid_serial_with_ints.c +++ b/packages/io/serial/current/src/arm/pid_serial_with_ints.c @@ -29,10 +29,10 @@ //========================================================================== //#####DESCRIPTIONBEGIN#### // -// Author(s): gthomas -// Contributors: gthomas -// Date: 1999-02-04 -// Purpose: PID Serial I/O module (interrupt driven version) +// Author(s): gthomas +// Contributors: gthomas +// Date: 1999-02-04 +// Purpose: PID Serial I/O module (interrupt driven version) // Description: // //####DESCRIPTIONEND#### @@ -46,13 +46,11 @@ #include <cyg/hal/hal_intr.h> #include <cyg/io/devtab.h> #include <cyg/io/serial.h> +#include <cyg/infra/diag.h> #ifdef CYGPKG_IO_SERIAL_ARM_PID - #include "pid_serial.h" -extern void diag_printf(const char *fmt, ...); - typedef struct pid_serial_info { CYG_ADDRWORD base; CYG_WORD int_num;
