Skip to content

Commit 3b603dc

Browse files
committed
Test different header and source names
1 parent c7f6bbb commit 3b603dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libraries/Update/src/Updater.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
#include "mbedtls/aes.h"
1414
#endif /* UPDATE_NOCRYPT */
1515

16+
17+
18+
1619
static const char *_err2str(uint8_t _error) {
1720
if (_error == UPDATE_ERROR_OK) {
1821
return ("No Error");

0 commit comments

Comments
 (0)