Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of LoRaWAN-lib_publishing_testing_UART_bug by
Diff: LoRaMacCrypto.cpp
- 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 */
