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.
Dependents: BLE_LED_ADC_BBC BLE_BBC_LSM303 BLE_BBC_LSM303_MAG BLE_BBC_LSM303_MAG ... more
Revision 1:0075ec28b9dd, committed 2012-10-10
- 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" {