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.
Dependencies: mbed Queue mbed-rtos FXOS8700Q
Fork of Pacemaker by
Diff: dataStruct.cpp
- Revision:
- 29:c0d63940b0c7
- Parent:
- 28:4f36e100ccbe
- Child:
- 31:5e55042e025a
diff -r 4f36e100ccbe -r c0d63940b0c7 dataStruct.cpp
--- a/dataStruct.cpp Tue Nov 29 20:48:29 2016 +0000
+++ b/dataStruct.cpp Tue Nov 29 21:03:33 2016 +0000
@@ -1,8 +1,9 @@
#pragma once
#include "dataStruct.h"
#include "rtos.h"
+#include "mbed.h"
-dataStruct::dataStruct(hardware* hWare): myQueue(1,N),thread(&dataStruct::threadStarter){
+dataStruct::dataStruct(hardware* hWare): myQueue(1,N){//,thread(&dataStruct::threadStarter){
myHardware = hWare;
// thread.signal_set(START_THREAD);
}
