We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77772c6 commit 041362bCopy full SHA for 041362b
1 file changed
src/error_handler/error_handler.c
@@ -3,7 +3,6 @@
3
#include "nrf.h"
4
#include "app_error.h"
5
#include "watchdog.h"
6
-#include "nrf_strerror.h"
7
8
#ifdef NRF52
9
#include "nrf_strerror.h"
@@ -55,4 +54,4 @@ app_error_fault_handler(uint32_t id, uint32_t pc, uint32_t info) {
55
54
watchdog_feed();
56
};
57
#endif
58
-}
+}
0 commit comments