1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

emulation on host: fix for latest changes in DNSServer (#8559)

This commit is contained in:
david gauchard
2022-05-10 19:31:12 +02:00
committed by GitHub
parent bcb5464167
commit 8d5dda02f6
3 changed files with 6 additions and 1 deletions

View File

@ -36,6 +36,9 @@
#include <stdlib.h>
#include <user_interface.h>
struct rst_info resetInfo;
unsigned long long operator"" _kHz(unsigned long long x)
{
return x * 1000;