Rafael Azuero Hurtado / smallAES

Dependents:   BLE_LED_ADC_BBC BLE_BBC_LSM303 BLE_BBC_LSM303_MAG BLE_BBC_LSM303_MAG ... more

Files at this revision

API Documentation at this revision

Comitter:
razueroh
Date:
Wed Oct 10 22:46:20 2012 +0000
Parent:
0:27d3a972ad80
Child:
2:4997f825ee95
Commit message:
Added string.h for compatibility

Changed in this revision

small_aes.h Show annotated file Show diff for this revision Revisions of this file
--- a/small_aes.h	Wed Oct 10 14:09:25 2012 +0000
+++ b/small_aes.h	Wed Oct 10 22:46:20 2012 +0000
@@ -24,7 +24,7 @@
 #ifndef _SMALL_AES_H_
 #define _SMALL_AES_H_
 
-#include "mbed.h"
+#include "string.h"
 
 #ifdef __cplusplus
     extern "C" {