diff options
Diffstat (limited to 'src/lib/nrv2b.c')
-rw-r--r-- | src/lib/nrv2b.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/nrv2b.c b/src/lib/nrv2b.c index 4dd71e52a7..db92ceb154 100644 --- a/src/lib/nrv2b.c +++ b/src/lib/nrv2b.c @@ -35,7 +35,7 @@ static unsigned long unrv2b(uint8_t * src, uint8_t * dst) uint32_t bb = 0; unsigned bc = 0; const uint8_t *m_pos; - unsigned long file_len = *(unsigned long *) src; +// unsigned long file_len = *(unsigned long *) src; // we only have printk_debug in copy_and_run.c if CONFIG_USE_INIT is // not set, so comment it out. |