Skip to content

Commit

Permalink
Update Updater.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Nov 20, 2024
1 parent 442531a commit f92abd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/Update/src/Updater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ UpdateClass::UpdateClass()
#ifdef UPDATE_CRYPT
_cryptKey(0), _cryptBuffer(0),
#endif /* UPDATE_CRYPT */
_buffer(0), _skipBuffer(0), _bufferLen(0), _size(0), _progress_callback(NULL), _progress(0), _paroffset(0), _command(U_FLASH), _partition(NULL),
_buffer(0), _skipBuffer(0), _bufferLen(0), _size(0), _progress_callback(NULL), _progress(0), _paroffset(0), _command(U_FLASH), _partition(NULL)
#ifdef UPDATE_CRYPT
_cryptMode(U_AES_DECRYPT_AUTO), _cryptAddress(0), _cryptCfg(0xf)
, _cryptMode(U_AES_DECRYPT_AUTO), _cryptAddress(0), _cryptCfg(0xf)
#endif /* UPDATE_CRYPT */
{}

Expand Down

0 comments on commit f92abd1

Please sign in to comment.