publish for gps with lora
Dependents: Dinghy_RaceTrak_Node_GPS_with_LoRa
Fork of LoRaWAN-lib by
Diff: LoRaMacCrypto.cpp
- Revision:
- 1:91e4e6c60d1e
- Parent:
- 0:91d1a7783bb9
- Child:
- 2:14a5d6ad92d5
diff -r 91d1a7783bb9 -r 91e4e6c60d1e LoRaMacCrypto.cpp --- 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 */