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: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: src/CloudDataHandler/CloudFileReceiver.h
- Revision:
- 116:7337ed514891
- Parent:
- 107:e900bd138bf3
- Child:
- 149:950c90425f7c
--- a/src/CloudDataHandler/CloudFileReceiver.h Thu Sep 22 16:10:01 2016 +0000 +++ b/src/CloudDataHandler/CloudFileReceiver.h Thu Sep 22 21:09:49 2016 +0000 @@ -7,16 +7,6 @@ typedef char TASKNAME_STRING[64]; typedef char FILENAME_STRING[64]; -#define SETPOINT_CONTROL_MTYPE 100 -#define TIMER_CONTROL_MTYPE 101 -#define PID_CONTROL_MTYPE 102 - -#define INPUT_CONFIG_MTYPE 200 -#define OUTPUT_CONFIG_MTYPE 201 -#define VIRTUAL_CONFIG_MTYPE 203 - -#define EVENT_LOG_MTYPE 300 - bool CloudFileReceiver( std::string *recv_string, mDot *dot ); #endif