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:
parent
a495d367c5
commit
a2043ed565
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user