Skip to content

Commit 041362b

Browse files
authored
removed misplaced include
1 parent 77772c6 commit 041362b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/error_handler/error_handler.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include "nrf.h"
44
#include "app_error.h"
55
#include "watchdog.h"
6-
#include "nrf_strerror.h"
76

87
#ifdef NRF52
98
#include "nrf_strerror.h"
@@ -55,4 +54,4 @@ app_error_fault_handler(uint32_t id, uint32_t pc, uint32_t info) {
5554
watchdog_feed();
5655
};
5756
#endif
58-
}
57+
}

0 commit comments

Comments
 (0)