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.
Diff: x-nucleo-idb0xa1/utils/Utils.h
- Revision:
- 177:65d9b1b75fca
- Parent:
- 144:bdf5e8432131
- Child:
- 242:058b2e731adc
--- a/x-nucleo-idb0xa1/utils/Utils.h Fri Nov 13 16:31:14 2015 +0100
+++ b/x-nucleo-idb0xa1/utils/Utils.h Wed Nov 18 15:48:31 2015 +0100
@@ -21,7 +21,7 @@
#define __UTIL_H__
#include "hal_types.h"
-#include "mbed-drivers/mbed.h"
+#include "mbed.h"
#define STORE_LE_16(buf, val) ( ((buf)[0] = (uint8_t) (val) ) , \
((buf)[1] = (uint8_t) (val>>8) ) )