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

Use small footprint on AVR, large footprint on ARM

This commit is contained in:
Rhys Weatherley 2016-08-25 16:16:50 +10:00
parent a495d367c5
commit a2043ed565

View File

@ -29,7 +29,11 @@
#define NEWHOPE_SENDBBYTES 2048
#define NEWHOPE_SHAREDBYTES 32
#if defined(__AVR__)
#define NEWHOPE_SMALL_FOOTPRINT 1
#else
#define NEWHOPE_SMALL_FOOTPRINT 0
#endif
typedef struct
{