Show
Ignore:
Timestamp:
08/11/08 13:16:57 (5 months ago)
Author:
liamstask
Message:

- grr, managed to get 1.5.0 out the door with some compile warnings still in there. now stamped out of io.c/.h

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • firmware/trunk/core/makingthings/io.h

    r792 r808  
    3232int Io_Start( int index, bool lock ); 
    3333int Io_Stop( int index ); 
     34bool Io_GetActive( int index ); 
    3435int Io_StartBits( longlong bits, bool lock ); 
    3536int Io_StopBits( longlong bits );