Source code for /engineering/SERIAL-TEST/DEFINES.HOriginal file DEFINES.H
   1 // --------------------------------------------------------------------------
   2 // --
   3 // -- General/common definitions
   4 // --
   5 // --
   6 // --------------------------------------------------------------------------
   7 
   8 // --------------------------------------------------------------------------
   9 // -- Includes
  10 // --------------------------------------------------------------------------
  11 
  12 // --------------------------------------------------------------------------
  13 // -- Defines
  14 // --------------------------------------------------------------------------
  15 
  16 enum Boolean { FALSE = 0, TRUE = 1 };
  17 
  18 #define LINE_BUFFER_SIZE	81