diff packages/hal/arm/lpc2xxx/olpcl2294/current/src/olpcl2294_misc.c @ 2836:6283be95ef53

* cdl/hal_arm_lpc2xxx_olpcl2294.cdl: Expanded a list the legal baud rates for both diagnostic and debug channels (upon 230400b bps). * include/hal_platform_setup.h, include/plf_io.h: Extra tabs expanded. * include/hal_platform_setup.h: Fixed a comment about JTAG pinouts. * src/olpcl2294_misc.c: Removed odd _impure_ptr stub.
author asl
date Mon, 02 Mar 2009 20:35:21 +0000
parents 74dbf4c3f2e1
children
line wrap: on
line diff
--- a/packages/hal/arm/lpc2xxx/olpcl2294/current/src/olpcl2294_misc.c
+++ b/packages/hal/arm/lpc2xxx/olpcl2294/current/src/olpcl2294_misc.c
@@ -60,11 +60,6 @@
 #include <cyg/hal/hal_var_ints.h>
 #include <cyg/hal/drv_api.h>
 
-// Newlib provides support for building the run-time elements of C++
-// within the toolchain. Modern newlib stuff looks for a _impure_ptr
-// entry.
-void           *_impure_ptr;
-
 extern void cyg_hal_plf_serial_init (void);
 
 //--------------------------------------------------------------------------