Implement open() and close() for Usb class, added a lot of TODO's
This commit is contained in:
@@ -7,6 +7,8 @@ namespace ptprnt::driver {
|
||||
struct info {
|
||||
std::string name{""};
|
||||
std::string version{""};
|
||||
uint32_t busNo{0};
|
||||
uint32_t flags{0};
|
||||
};
|
||||
|
||||
} // namespace ptprnt::driver
|
Reference in New Issue
Block a user