Add notes about known bugs in lis and xosd driver and timing.h.

This commit is contained in:
mmdolze
2011-01-09 23:26:42 +00:00
parent a3441d977e
commit 7ba38b2af8
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -164,6 +164,7 @@ static inline void timing_uPause (int usecs) {
}
#else // using I/O timing
// Assuming every port I/O takes 1us
// FIXME: Does this work at all? Where does 'port' come from?
for (int i=0; i < usecs; ++i)
port_in(port);
#endif