prepare wifi
This commit is contained in:
19
cube/User/Src/networkAbstractionLayer_wifi.c
Normal file
19
cube/User/Src/networkAbstractionLayer_wifi.c
Normal file
@ -0,0 +1,19 @@
|
||||
#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() {
|
||||
|
||||
}
|
Reference in New Issue
Block a user