remove motor_control folder from the repository Fixes: PINDSW-5635 Signed-off-by: Naresh A <nareshk@ti.com>
9 lines
216 B
JavaScript
9 lines
216 B
JavaScript
|
|
let common = system.getScript("/common");
|
|
let soc = system.getScript(`/soc/motor_control_${common.getSocName()}`);
|
|
|
|
exports = {
|
|
displayName: "TI Motor Control Protocols",
|
|
topModules: soc.getTopModules(),
|
|
};
|