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:
- 10:864b79e79ca8
- Parent:
- 9:68d882e457c5
- Child:
- 11:1e27a6f0b0cf
- Child:
- 12:e4f557b33732
diff -r 68d882e457c5 -r 864b79e79ca8 linearArray.h
--- a/linearArray.h Tue Mar 14 10:05:47 2017 +0000
+++ b/linearArray.h Tue Mar 14 12:12:53 2017 +0000
@@ -2,6 +2,8 @@
#define LINEAR_ARRAY_H
#include "mbed.h"
+#include "temp_const.h"
+
template<class type>
class LinearArray {
@@ -27,6 +29,7 @@
};
+
#include "LinearArray.hpp"
#endif /* LINEAR_ARRAY_H */