spi: fix headers
Missed in earlier commits Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
@@ -35,8 +35,8 @@ namespace maa {
|
||||
|
||||
class Spi {
|
||||
public:
|
||||
Spi() {
|
||||
m_spi = maa_spi_init();
|
||||
Spi(int bus) {
|
||||
m_spi = maa_spi_init(bus);
|
||||
}
|
||||
~Spi() {
|
||||
maa_spi_stop(m_spi);
|
||||
|
||||
Reference in New Issue
Block a user