graphlcd-base/glcddrivers/port.h
changeset 30 7fd00015f62f
parent 21 f1573dd6dace
     1.1 --- a/graphlcd-base/glcddrivers/port.h	Mon Mar 30 18:40:54 2009 +0200
     1.2 +++ b/graphlcd-base/glcddrivers/port.h	Thu Apr 23 19:10:12 2009 +0200
     1.3 @@ -65,7 +65,6 @@
     1.4      cSerialPort();
     1.5      ~cSerialPort();
     1.6  
     1.7 -    int Open(const char * device, void (*FP)(int));
     1.8      int Open(const char * device);
     1.9      int Close();
    1.10