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: linearArray.h
- Revision:
- 12:e4f557b33732
- Parent:
- 10:864b79e79ca8
- Child:
- 13:db9ebea23baf
diff -r 864b79e79ca8 -r e4f557b33732 linearArray.h --- a/linearArray.h Tue Mar 14 12:12:53 2017 +0000 +++ b/linearArray.h Tue Mar 14 12:24:59 2017 +0000 @@ -30,6 +30,6 @@ }; -#include "LinearArray.hpp" +#include "linearArray.hpp" #endif /* LINEAR_ARRAY_H */