My fork of X_NUCLEO_IDB0XA1

Fork of X_NUCLEO_IDB0XA1 by ST

Files at this revision

API Documentation at this revision

Comitter:
Vincent Coubard
Date:
Thu Sep 15 10:52:07 2016 +0100
Branch:
bed4500cab5495f8a51c500abea9bb3973237ff4
Parent:
298:a16d2170c282
Child:
300:85b12e23a7ba
Commit message:
Sync with bed4500cab5495f8a51c500abea9bb3973237ff4

2016-07-28 16:17:32+02:00: Andrea Palmieri
Update include

Signed-off-by: Andrea Palmieri <andrea.palmieri@st.com>

Changed in this revision

source/utils/ble_payload.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/source/utils/ble_payload.cpp	Thu Sep 15 10:52:06 2016 +0100
+++ b/source/utils/ble_payload.cpp	Thu Sep 15 10:52:07 2016 +0100
@@ -14,7 +14,7 @@
 * limitations under the License.
 */
 
-#include <Payload.h>   
+#include <ble_payload.h>   
 
 Payload::Payload() {
     stringLength = 0;
@@ -115,4 +115,3 @@
     }
 
 }
-