remove motor_control folder from the repository Fixes: PINDSW-5635 Signed-off-by: Naresh A <nareshk@ti.com>
15 lines
153 B
JavaScript
15 lines
153 B
JavaScript
|
|
let common = system.getScript("/common");
|
|
|
|
const topModules = [
|
|
|
|
];
|
|
|
|
|
|
|
|
exports = {
|
|
getTopModules: function() {
|
|
return topModules;
|
|
},
|
|
};
|