cc2538: pka: Fix include paths breakage
The PKA drivers and examples were full of include paths missing the appropriate prefix, or using angle brackets instead of double quotes or the other way around. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
This commit is contained in:
parent
0eab95ec4c
commit
f78a132395
10 changed files with 28 additions and 28 deletions
|
@ -32,8 +32,8 @@
|
|||
* \addtogroup c2538-ecc-curves
|
||||
* @{
|
||||
*/
|
||||
#include <contiki.h>
|
||||
#include <ecc-driver.h>
|
||||
#include "contiki.h"
|
||||
#include "dev/ecc-driver.h"
|
||||
|
||||
/* [NIST P-256, X9.62 prime256v1] */
|
||||
static const uint32_t nist_p_256_p[8] = { 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0x00000000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue