Separate nrf52/cm4 interrupt handling

This commit is contained in:
Thomas Klaehn
2020-04-10 08:14:36 +02:00
parent a1c89c96d5
commit 3f379122db
17 changed files with 192 additions and 78 deletions

View File

@@ -3,7 +3,7 @@
namespace pinetime::interfaces {
class InterruptInterface
class InterruptHandlerInterface
{
public:
virtual void handle() = 0;