We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e9198 commit 1932e35Copy full SHA for 1932e35
examples/Example32_NEO-D9C/Example32_NEO-D9C.ino
@@ -33,7 +33,7 @@ SFE_UBLOX_GNSS myQZSS; // NEO-D9C
33
34
// Callback: printRXMQZSSL6 will be called when new QZSS-L6 data arrives
35
// See u-blox_structs.h for the full definition of UBX_RXM_QZSSL6_message_data_t
36
-// _____ You can use any name you like for the callback. Use the same name when you call setRXMPMPcallbackPtr
+// _____ You can use any name you like for the callback. Use the same name when you call setRXMQZSSL6messageCallbackPtr
37
// / _____ This _must_ be UBX_RXM_QZSSL6_message_data_t
38
// | / _____ You can use any name you like for the struct
39
// | | /
0 commit comments