1.1 --- a/c++/lpt-signal-generator/lpt.cpp Sun Jun 11 13:11:58 2017 +0200
1.2 +++ b/c++/lpt-signal-generator/lpt.cpp Sun Jun 11 14:08:19 2017 +0200
1.3 @@ -38,11 +38,6 @@
1.4
1.5 using namespace std;
1.6
1.7 -// run this program: make run
1.8 -// depending on frequency and machine performance the total time will be more than given duration
1.9 -// despite the real-time priority, because some additional time is spent in outb() functions
1.10 -// so "duration" means total sleep time
1.11 -
1.12 // TODO: data types revision
1.13 // TODO: time units s, μs, ns – naming convention / unification
1.14