mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-18 17:42:23 +03:00
Fix reverse dependency core Updater -> library ESP8266WiFi (#6398)
* Per @earlephilhower suggestion * Hints from @earlephilhower * Namespace BearSSL in core "feels" wrong - using catch-all esp8266 instead. * After review remarks by @earlephilhower
This commit is contained in:
committed by
Earle F. Philhower, III
parent
05969c6bf2
commit
e201f614e8
@@ -26,7 +26,6 @@
|
||||
#include <bearssl/bearssl.h>
|
||||
#include <Updater.h>
|
||||
|
||||
|
||||
// Internal opaque structures, not needed by user applications
|
||||
namespace brssl {
|
||||
class public_key;
|
||||
|
Reference in New Issue
Block a user