Skip to content

Commit 858cf33

Browse files
authored
This change allows to use the LZSS decompression feature of the SNU bootloader (#170)
1 parent a5ccc5e commit 858cf33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utility/ota/OTAStorage_SNU.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
* CONSTANTS
3131
******************************************************************************/
3232

33-
static char const SNU_UPDATE_FILENAME[] = "/fs/UPDATE.BIN";
34-
static char const SNU_TEMP_UPDATE_FILENAME[] = "/fs/UPDATE.BIN.TMP";
33+
static char const SNU_UPDATE_FILENAME[] = "/fs/UPDATE.BIN.LZSS";
34+
static char const SNU_TEMP_UPDATE_FILENAME[] = "/fs/UPDATE.BIN.TMP.LZSS";
3535

3636
/******************************************************************************
3737
* PUBLIC MEMBER FUNCTIONS

0 commit comments

Comments
 (0)