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:
- 87:a7b45368ea0f
- Parent:
- 85:471334725012
- Child:
- 90:c7eda9710d76
--- a/setting.h Fri Jul 17 00:58:13 2020 +0000 +++ b/setting.h Tue Jul 28 00:43:11 2020 +0000 @@ -433,7 +433,7 @@ #define num_input 17 //numpast_x + 1 + numfuture_x + numpast_f + 1 + numfuture_f #define num_array_f_future 21 // numfuture_f * 2 + 1 -#define num_array_f_past 21 // numpast_f * 2 + 1 +#define num_array_f_past 1 // numpast_f * 2 + 1 #define num_array_x_past 11 // numpast_x * 2 + 1 #define num_array_x_future 1 // numfuture_x * 2 + 1