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/irq/irq.hpp')
-rw-r--r--cm3cpp/irq/irq.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cm3cpp/irq/irq.hpp b/cm3cpp/irq/irq.hpp
index 1f09bdf..69b6fd4 100644
--- a/cm3cpp/irq/irq.hpp
+++ b/cm3cpp/irq/irq.hpp
@@ -193,6 +193,7 @@ enum Interrupt : uint32_t
};
#endif
+#ifndef CM3CPP_CUSTOM_INTERRUPT_SERVICE
class IInterruptable
{
public:
@@ -203,5 +204,6 @@ class IInterruptable
IInterruptable* interrupt_owner);
virtual void call() = 0;
};
+#endif
} /* namespace cm3cpp */