From 1932e35fdca3134387f3d945df1722c63719b016 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 23 Sep 2022 09:58:40 +0100 Subject: [PATCH] Update Example32_NEO-D9C.ino --- examples/Example32_NEO-D9C/Example32_NEO-D9C.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Example32_NEO-D9C/Example32_NEO-D9C.ino b/examples/Example32_NEO-D9C/Example32_NEO-D9C.ino index be7da61..c6a4bbc 100644 --- a/examples/Example32_NEO-D9C/Example32_NEO-D9C.ino +++ b/examples/Example32_NEO-D9C/Example32_NEO-D9C.ino @@ -33,7 +33,7 @@ SFE_UBLOX_GNSS myQZSS; // NEO-D9C // Callback: printRXMQZSSL6 will be called when new QZSS-L6 data arrives // See u-blox_structs.h for the full definition of UBX_RXM_QZSSL6_message_data_t -// _____ 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 // / _____ This _must_ be UBX_RXM_QZSSL6_message_data_t // | / _____ You can use any name you like for the struct // | | /