Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 2.00.00

...

Code Block
languagecpp
const  SNTPc_CFG  SNTPc_Cfg = {

    /* ----------------- NTP SERVER CFG ------------------ */
	"0.pool.ntp.org",   	            /* .ServerHostnamePtr  */                                                       
    SNTPc_DFLT_IPPORT,				/* .ServerPortNbr      */                                                      
    NET_IP_ADDR_FAMILY_NONE,        /* .ServerAddrFamily   */
    
    /* ------------------- TIMEOUT CFG ------------------- */
    SNTPc_DFLT_MAX_RX_TIMEOUT_MS,   /* .ReqRxTimeout_ms    */             
};

...