mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-21 03:30:01 +00:00
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"
|
||||
|
||||
#ifndef AES_128_CONF
|
||||
#define AES_128_CONF cc2420_aes_128_driver
|
||||
#endif /* AES_128_CONF */
|
||||
|
||||
#endif /* CONTIKI_CONF_H */
|
||||
|
Loading…
Reference in New Issue
Block a user