Linux compile fix.

This commit is contained in:
Jonathan Naylor 2020-05-23 16:54:11 +01:00
parent 0b185a0900
commit af34d9abc3
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
#include "SerialPort.h"
#include <string>
class CI2CController : public ISerialPort {
public:
CI2CController(const std::string& device, unsigned int address = 0x22U);