mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-23 17:13:47 +08:00
[fibre-cpp] fix function calls with multiple args
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
DEFINE_LOG_TOPIC(LIBFIBRE);
|
||||
USE_LOG_TOPIC(LIBFIBRE);
|
||||
|
||||
static const struct LibFibreVersion libfibre_version = { 0, 1, 1 };
|
||||
static const struct LibFibreVersion libfibre_version = { 0, 1, 2 };
|
||||
|
||||
class FIBRE_PRIVATE ExternalEventLoop final : public fibre::EventLoop {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user