Skip to content

Commit f92abd1

Browse files
authored
Update Updater.cpp
1 parent 442531a commit f92abd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/Update/src/Updater.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ UpdateClass::UpdateClass()
7575
#ifdef UPDATE_CRYPT
7676
_cryptKey(0), _cryptBuffer(0),
7777
#endif /* UPDATE_CRYPT */
78-
_buffer(0), _skipBuffer(0), _bufferLen(0), _size(0), _progress_callback(NULL), _progress(0), _paroffset(0), _command(U_FLASH), _partition(NULL),
78+
_buffer(0), _skipBuffer(0), _bufferLen(0), _size(0), _progress_callback(NULL), _progress(0), _paroffset(0), _command(U_FLASH), _partition(NULL)
7979
#ifdef UPDATE_CRYPT
80-
_cryptMode(U_AES_DECRYPT_AUTO), _cryptAddress(0), _cryptCfg(0xf)
80+
, _cryptMode(U_AES_DECRYPT_AUTO), _cryptAddress(0), _cryptCfg(0xf)
8181
#endif /* UPDATE_CRYPT */
8282
{}
8383

0 commit comments

Comments
 (0)