Chromium Code Reviews| Index: firmware/linktest/main.c |
| diff --git a/firmware/linktest/main.c b/firmware/linktest/main.c |
| index 4696c2e61d64125cf94fd73bf558a70c5807aff8..5e900a96171a3f7727f94fe4a3d661c649606443 100644 |
| --- a/firmware/linktest/main.c |
| +++ b/firmware/linktest/main.c |
| @@ -35,6 +35,8 @@ int main(void) |
| /* tlcl.h */ |
| TlclLibInit(); |
| + TlclCloseDevice(); |
| + TlclOpenDevice(); |
| TlclStartup(); |
| TlclSelftestfull(); |
| TlclContinueSelfTest(); |
| @@ -48,6 +50,7 @@ int main(void) |
| TlclIsOwned(); |
| TlclForceClear(); |
| TlclSetEnable(); |
| + TlclClearEnable(); |
| TlclSetDeactivated(0); |
| TlclGetFlags(0, 0); |