1
0
mirror of https://github.com/taigrr/arduinolibs synced 2025-01-18 04:33:12 -08:00

ESP32 compilation fix for the NewHope example

This commit is contained in:
Rhys Weatherley 2018-04-02 17:16:26 +10:00
parent 599e417f0e
commit bb9f0c2b96

View File

@ -28,7 +28,7 @@ This example runs tests on the NewHope class to verify correct behaviour.
#include <NewHope.h> #include <NewHope.h>
#include <RNG.h> #include <RNG.h>
#include <string.h> #include <string.h>
#if defined(ESP8266) #if defined(ESP8266) || defined(ESP32)
#include <pgmspace.h> #include <pgmspace.h>
#else #else
#include <avr/pgmspace.h> #include <avr/pgmspace.h>