Changeset 223 in xtideuniversalbios for trunk/Serial_Server/library
- Timestamp:
- Jan 25, 2012, 8:20:06 PM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Serial_Server/library/Library.h
r219 r223 22 22 23 23 virtual void writeSector( void *buff ) = 0; 24 24 25 25 virtual void readSector( void *buff ) = 0; 26 26 … … 35 35 36 36 unsigned long totallba; 37 37 38 38 char *shortFileName; 39 39 int readOnly; … … 58 58 #include "../win32/win32serial.h" 59 59 #else 60 // there is no standard way to read/write and configure the serial port, OS specif c only60 // there is no standard way to read/write and configure the serial port, OS specific only 61 61 #endif 62 62
Note:
See TracChangeset
for help on using the changeset viewer.