diff options
| author | microbuilder <contact@microbuilder.eu> | 2017-12-21 13:49:14 +0100 |
|---|---|---|
| committer | microbuilder <contact@microbuilder.eu> | 2017-12-21 13:49:14 +0100 |
| commit | 60a23f0fb65bebe91ab8b6da4a32ed0b012e9313 (patch) | |
| tree | 19bb9f08ff161357e8633cea1ec5044c6436ef7a /supervisor | |
| parent | 36ec29d4e85b19487c868287f09d2492eecc0274 (diff) | |
nRF52 update with internal file system support
Diffstat (limited to 'supervisor')
| -rw-r--r-- | supervisor/port.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/supervisor/port.h b/supervisor/port.h index 2f7bc6444..f30d87b47 100644 --- a/supervisor/port.h +++ b/supervisor/port.h @@ -57,4 +57,8 @@ void reset_port(void); // Reset the rest of the board. void reset_board(void); +#ifdef NRF52_SERIES +void HardFault_Handler(void); +#endif + #endif // MICROPY_INCLUDED_SUPERVISOR_PORT_H |
