Use hardware-AES on z1 as default
This commit is contained in:
parent
0b68334e95
commit
7b2c687789
|
@ -241,4 +241,8 @@
|
||||||
|
|
||||||
#define BOARD_STRING "Zolertia Z1 platform"
|
#define BOARD_STRING "Zolertia Z1 platform"
|
||||||
|
|
||||||
|
#ifndef AES_128_CONF
|
||||||
|
#define AES_128_CONF cc2420_aes_128_driver
|
||||||
|
#endif /* AES_128_CONF */
|
||||||
|
|
||||||
#endif /* CONTIKI_CONF_H */
|
#endif /* CONTIKI_CONF_H */
|
||||||
|
|
Loading…
Reference in a new issue