the function name change upon request by the repo maintainer
This commit is contained in:
parent
9722dda24a
commit
2cfc196bdc
2 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ void init( void )
|
|||
#endif
|
||||
}
|
||||
|
||||
uint32_t getResetReason(void)
|
||||
uint32_t readResetReason(void)
|
||||
{
|
||||
return _reset_reason;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue