i2cslave.h: fix line endings
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include "smbus.hpp"
|
#include "smbus.hpp"
|
||||||
|
#include "gpio.h"
|
||||||
|
|
||||||
namespace maa {
|
namespace maa {
|
||||||
|
|
||||||
@@ -147,6 +148,7 @@ protected:
|
|||||||
int _hz;
|
int _hz;
|
||||||
int i2c_handle;
|
int i2c_handle;
|
||||||
int _addr;
|
int _addr;
|
||||||
|
gpio_t gpio;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user