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: lib_Transmission
Diff: main.h
- Revision:
- 10:0ab5c8865667
- Parent:
- 8:bea3564ffb56
- Child:
- 18:f2f2c951f5a4
--- a/main.h Tue Apr 27 13:48:13 2021 +0000 +++ b/main.h Wed Jun 09 13:55:08 2021 +0000 @@ -2,7 +2,6 @@ #define MAIN_H #define MBED_PROJECT "Transmission" -#include "mbed.h" #include "lib_Transmission.h" #if MBED_MAJOR_VERSION > 5 @@ -11,6 +10,6 @@ Serial pc(USBTX, USBRX, 230400); #endif -string processing(string); -Transmission transmission(&pc, &processing); +string transmission_processing(string); +Transmission transmission(&pc, &transmission_processing); #endif \ No newline at end of file