2006-10-24 Joel Sherrill <joel@OARcorp.com>

* include/bsp.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
This commit is contained in:
Joel Sherrill
2006-10-24 20:24:44 +00:00
parent e996604bf8
commit c959c32bdb
2 changed files with 4 additions and 8 deletions

View File

@@ -1,3 +1,7 @@
2006-10-24 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
2006-06-05 Alain Schaefer <alani@easc.ch>
* all files : Initial copy and port from no_cpu

View File

@@ -78,14 +78,6 @@ extern "C" {
#define FIFOLENGTH 0x100
#ifndef LO
#define LO(con32) ((con32) & 0xFFFF)
#endif
#ifndef HI
#define HI(con32) (((con32) >> 16) & 0xFFFF)
#endif
/*
* confdefs.h overrides for this BSP:
* - number of termios serial ports (defaults to 1)