Skip to content

Commit

Permalink
Fix comment message type reporting itself as ExtEventPVTGeodetic
Browse files Browse the repository at this point in the history
  • Loading branch information
WickedShell committed Sep 27, 2017
1 parent 1ba1185 commit dd03be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj_septentrio/core.clj
Expand Up @@ -17,7 +17,7 @@
CommentLn (uint16 (.getShort buffer))
Comment (byte-array CommentLn)]
(System/arraycopy (.array buffer) (.position buffer) Comment 0 CommentLn)
{:message :ExtEventPVTGeodetic
{:message :Comment
:TOW TOW :WNc WNc :CommentLn CommentLn :Comment (new String Comment)}))

(defn- ExtEventPVTGeodetic
Expand Down

0 comments on commit dd03be9

Please sign in to comment.