20 lines
265 B
C
20 lines
265 B
C
#include <networkAbstractionLayer_impl.h>
|
|
#include <logger.h>
|
|
|
|
#include <stdint.h>
|
|
|
|
|
|
|
|
uint64_t networkSntpQuery() {
|
|
return 0;
|
|
}
|
|
|
|
|
|
int8_t networkUdpSend(char *hostname, uint16_t port, uint8_t *buf, uint16_t bufLen) {
|
|
return 0;
|
|
}
|
|
|
|
void networkImplInit() {
|
|
|
|
}
|