git-svn-id: svn://db.shs.com.ru/pip@790 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2019-05-02 22:06:44 +00:00
parent 8f1692659e
commit f3931cbed8

View File

@@ -6,7 +6,7 @@ int main() {
//PISystemInfo::machineID();
kbd.enableExitCapture();
PIThread t;
t.start(10);
//t.start(10);
WAIT_FOR_EXIT;
t.stop();
return 0;