[Pkg-running-devel] [antpm] 32/41: document constants

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Tue Feb 23 21:46:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

ralovich-guest pushed a commit to branch upstream
in repository antpm.

commit 8353292244d695c940429c5a6fe06610ade9c8a3
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Mon Jan 6 02:27:12 2014 +0100

    document constants
---
 src/antdefs.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/antdefs.hpp b/src/antdefs.hpp
index 9541d94..8009f8e 100644
--- a/src/antdefs.hpp
+++ b/src/antdefs.hpp
@@ -108,10 +108,11 @@ static const unsigned char ANTP_NETKEY_HR[8] = {0xB9,0xA5,0x21,0xFB,0xBD,0x72,0x
 static const unsigned char ANTP_NETKEY[8] = {0xA8,0xA4,0x23,0xB9,0xF5,0x5E,0x63,0xC1}; // ANT+Sport key
 
 
-
+// first byte of ANTFS packet
 #define ANTFS_BeaconId          0x43
 #define ANTFS_CommandResponseId 0x44
 
+// second byte of ANTFS packet
 #define ANTFS_CmdLink 0x02
 #define ANTFS_CmdDisconnect 0x03
 #define ANTFS_CmdAuthenticate 0x04
@@ -122,7 +123,6 @@ static const unsigned char ANTP_NETKEY[8] = {0xA8,0xA4,0x23,0xB9,0xF5,0x5E,0x63,
 #define ANTFS_UploadData 0x0C
 #define ANTFS_CmdDirect 0x0D
 
-
 #define ANTFS_RespAuthenticate 0x84
 #define ANTFS_RespDownload 0x89
 #define ANTFS_RespUpload 0x8A

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/antpm.git



More information about the Pkg-running-devel mailing list