For BU9480F D-A Conv.

Dependencies:   mbed

Revision:
1:02bfb013660c
Parent:
0:805cffac956b
--- a/_bitio.cpp	Thu Aug 26 12:48:50 2010 +0000
+++ b/_bitio.cpp	Fri Sep 03 08:01:53 2010 +0000
@@ -3,15 +3,6 @@
 #include "_bitio.h"
 
 
-/*
-#define TRUE     1
-#define FALSE    0
-*/
-#define rightbits(n, x) ((x) & ((1U << (n)) - 1U))  
-/*
-typedef unsigned int  Uint;
-typedef unsigned char Uchar;
-*/
 FILE *infp, *outfp;
 int  getcount, putcount;
 Uint bitbuf;