Skip to content

Commit 1932e35

Browse files
committed
Update Example32_NEO-D9C.ino
1 parent 97e9198 commit 1932e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Example32_NEO-D9C/Example32_NEO-D9C.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ SFE_UBLOX_GNSS myQZSS; // NEO-D9C
3333

3434
// Callback: printRXMQZSSL6 will be called when new QZSS-L6 data arrives
3535
// 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
36+
// _____ You can use any name you like for the callback. Use the same name when you call setRXMQZSSL6messageCallbackPtr
3737
// / _____ This _must_ be UBX_RXM_QZSSL6_message_data_t
3838
// | / _____ You can use any name you like for the struct
3939
// | | /

0 commit comments

Comments
 (0)