20171208

Fork of LoRaWAN-lib by Semtech

Revision:
1:91e4e6c60d1e
Parent:
0:91d1a7783bb9
Child:
2:14a5d6ad92d5
--- a/LoRaMacCrypto.cpp	Tue Oct 20 13:21:26 2015 +0000
+++ b/LoRaMacCrypto.cpp	Mon Nov 23 10:09:43 2015 +0000
@@ -12,8 +12,8 @@
 
 Maintainer: Miguel Luis and Gregory Cristian
 */
-#include "mbed.h"
-#include "board.h"
+#include <stdlib.h>
+#include <stdint.h>
 #include "utilities.h"
 
 #include "aes.h"
@@ -54,7 +54,7 @@
  * AES computation context variable
  */
 static aes_context AesContext;
-                   
+
 /*!
  * CMAC computation context variable
  */