]> err.no Git - gant/commitdiff
Add ANT_CloseChannel prototype
authorTollef Fog Heen <tfheen@err.no>
Sun, 28 Aug 2011 19:27:45 +0000 (21:27 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sun, 28 Aug 2011 19:27:45 +0000 (21:27 +0200)
antdefs.h

index 0c61eeafb3ca71be468a948350ab375a77fe145e..10627e10f77bdbf0c077b403aa3036b46a7b87e7 100644 (file)
--- a/antdefs.h
+++ b/antdefs.h
@@ -7,6 +7,7 @@ typedef uchar (*CHANNEL_EVENT_FUNC)(uchar chan, uchar event);
 uchar ANT_ResetSystem(void);
 ushort ANT_SendBurstTransferA(uchar chan, uchar *data, ushort numpkts);
 ushort ANT_SendBurstTransfer(uchar chan, uchar *data, ushort numpkts);
+uchar ANT_CloseChannel(uchar chan);
 uchar ANT_OpenChannel(uchar chan);
 uchar ANT_RequestMessage(uchar chan, uchar mesg);
 uchar ANT_SendAcknowledgedDataA(uchar chan, uchar *data); // ascii version