We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9722dda commit 2cfc196Copy full SHA for 2cfc196
cores/nRF5/wiring.c
@@ -69,7 +69,7 @@ void init( void )
69
#endif
70
}
71
72
-uint32_t getResetReason(void)
+uint32_t readResetReason(void)
73
{
74
return _reset_reason;
75
cores/nRF5/wiring.h
@@ -29,7 +29,7 @@ extern uint32_t bootloaderVersion;
29
30
extern void init(void);
31
32
-uint32_t getResetReason(void);
+uint32_t readResetReason(void);
33
34
void enterSerialDfu(void);
35
void enterOTADfu(void);
0 commit comments