PX4 / DriverFramework

Operating system and flight stack agnostic driver framework for POSIX (Linux, NuttX, Mac OS, QNX, VxWorks).
82 stars 132 forks source link

Bug in DriverFramework.cpp ? 'wait_time_usec' was not declared in this scope #221

Closed jgs2185 closed 7 years ago

jgs2185 commented 7 years ago

When I enable DF_DEBUG I can no longer compile due to the position of declaration of wait_time_usec. https://github.com/PX4/DriverFramework/blob/master/framework/src/DriverFramework.cpp#L484

julianoes commented 7 years ago

Thanks for the issue, see #222.