Skip to content

Commit 3c6f761

Browse files
committed
FIX
1 parent dc72180 commit 3c6f761

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/EdgeML.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#include "EdgeML.h"
2+
3+
Edge_ML edge_ml;

src/EdgeML.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ class Edge_ML {
116116
}
117117
};
118118

119-
Edge_ML edge_ml;
119+
extern Edge_ML edge_ml;
120120

121121
#endif //Edge_ML_BASE_H_

0 commit comments

Comments
 (0)