Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3_cpp_extensions.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cm3cpp/spi.hpp')
-rw-r--r--cm3cpp/spi.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/cm3cpp/spi.hpp b/cm3cpp/spi.hpp
index cbb4f13..f217d9b 100644
--- a/cm3cpp/spi.hpp
+++ b/cm3cpp/spi.hpp
@@ -114,7 +114,7 @@ enum StdMode
MODE_3
};
-class Spi : public IInterruptable
+class Spi
{
public:
using Gpio = gpio::Gpio;
@@ -130,8 +130,6 @@ class Spi : public IInterruptable
Spi();
Spi(Config spi_conf);
- void call();
-
bool get_flag_status(Flag flag) const;
void reset() { spi_reset(_spi); }