the function name change upon request by the repo maintainer

This commit is contained in:
Linar Yusupov 2021-10-13 18:26:02 +00:00
parent 9722dda24a
commit 2cfc196bdc
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ void init( void )
#endif
}
uint32_t getResetReason(void)
uint32_t readResetReason(void)
{
return _reset_reason;
}

View file

@ -29,7 +29,7 @@ extern uint32_t bootloaderVersion;
extern void init(void);
uint32_t getResetReason(void);
uint32_t readResetReason(void);
void enterSerialDfu(void);
void enterOTADfu(void);