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:
@ -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;
|
||||
|
Reference in New Issue
Block a user