Separate nrf52/cm4 interrupt handling
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
namespace pinetime::interfaces {
|
||||
|
||||
class InterruptInterface
|
||||
class InterruptHandlerInterface
|
||||
{
|
||||
public:
|
||||
virtual void handle() = 0;
|
||||
|
Reference in New Issue
Block a user