diff options
| author | JF002 <JF002@users.noreply.github.com> | 2020-12-01 21:44:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-01 21:44:44 +0100 |
| commit | c6556bcdea7671f1c1daaa9e20c4c3d7cd5f29a4 (patch) | |
| tree | 38c920cd13ed3768af2363de317ef3adf4483bd6 /src/drivers/Watchdog.cpp | |
| parent | c87de415b28710ec0f5a504fe4720402b9be5ebc (diff) | |
| parent | 6e22509b5ffe6d7c29d09b07f38e64fb1bdc0b21 (diff) | |
Merge pull request #136 from okaestne/include-cleanup
Includes cleanup
Diffstat (limited to 'src/drivers/Watchdog.cpp')
| -rw-r--r-- | src/drivers/Watchdog.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/drivers/Watchdog.cpp b/src/drivers/Watchdog.cpp index 11da1211..d09fbcd1 100644 --- a/src/drivers/Watchdog.cpp +++ b/src/drivers/Watchdog.cpp @@ -1,7 +1,5 @@ -#include <mdk/nrf52.h> -#include <mdk/nrf52_bitfields.h> -#include <nrf_soc.h> #include "Watchdog.h" +#include <mdk/nrf.h> using namespace Pinetime::Drivers; |
