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: setting.h
- Revision:
- 126:146cf8e5540b
- Parent:
- 125:2397bee14630
- Child:
- 127:15751f2bad9b
--- a/setting.h Wed Sep 16 03:40:55 2020 +0000 +++ b/setting.h Wed Sep 16 06:53:36 2020 +0000 @@ -427,14 +427,14 @@ //extern const int num_input ; //extern const int num_input_array; -#define numpast_u 5 +#define numpast_u 1 #define numpast_x 5 #define numfuture_x 0 #define numpast_f 5 #define numfuture_f 10 -#define num_input 27 //numpast_x + 1 + numfuture_x + numpast_f + 1 + numfuture_f +#define num_input 23 //numpast_x + 1 + numfuture_x + numpast_f + 1 + numfuture_f -#define num_array_u_past 6 // numpast_u * time_interval + 1 +#define num_array_u_past 2 // numpast_u * time_interval + 1 #define num_array_f_future 11 // numfuture_f * time_interval + 1 #define num_array_f_past 6 // numpast_f * time_interval + 1 #define num_array_x_past 6 // numpast_x * time_interval + 1