mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Linux compile fix.
This commit is contained in:
@@ -24,6 +24,8 @@
|
|||||||
|
|
||||||
#include "SerialPort.h"
|
#include "SerialPort.h"
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
|
||||||
class CI2CController : public ISerialPort {
|
class CI2CController : public ISerialPort {
|
||||||
public:
|
public:
|
||||||
CI2CController(const std::string& device, unsigned int address = 0x22U);
|
CI2CController(const std::string& device, unsigned int address = 0x22U);
|
||||||
|
|||||||
Reference in New Issue
Block a user