summaryrefslogtreecommitdiff
path: root/fw/esp32/components/eos/rng.c
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2022-09-04 18:43:50 +0200
committerUros Majstorovic <majstor@majstor.org>2022-09-04 18:43:50 +0200
commit6a4b3ef0e72ee134b81a523ce41fd4c45f3b4429 (patch)
treec4cb9b524711238b162511f515d484df4052e3ab /fw/esp32/components/eos/rng.c
parent03ec4d6158bd3c555b6c60b9e7476740464f19fa (diff)
fixed wifi and cell
Diffstat (limited to 'fw/esp32/components/eos/rng.c')
-rw-r--r--fw/esp32/components/eos/rng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/esp32/components/eos/rng.c b/fw/esp32/components/eos/rng.c
index 79eca21..ca9e051 100644
--- a/fw/esp32/components/eos/rng.c
+++ b/fw/esp32/components/eos/rng.c
@@ -7,7 +7,7 @@
static const char *TAG = "EOS RNG";
-static void rng_handler(unsigned char type, unsigned char *buffer, uint16_t buf_len) {
+static void rng_handler(unsigned char _mtype, unsigned char *buffer, uint16_t buf_len) {
uint16_t rng_len = 0;
if (buf_len < sizeof(uint16_t)) goto rng_handler_fin;