From 36a71eb5653288359094939fe8be2d3e20a8e87d Mon Sep 17 00:00:00 2001 From: Italo Sampaio Date: Thu, 26 Sep 2024 10:01:41 -0300 Subject: [PATCH] Fixed docs for nvmem_write --- firmware/src/hal/include/hal/nvmem.h | 1 - 1 file changed, 1 deletion(-) diff --git a/firmware/src/hal/include/hal/nvmem.h b/firmware/src/hal/include/hal/nvmem.h index 94cb2c64..820c0a4e 100644 --- a/firmware/src/hal/include/hal/nvmem.h +++ b/firmware/src/hal/include/hal/nvmem.h @@ -32,7 +32,6 @@ /** * @brief Write to non volatile memory * - * @param key The key of the destination in non volatile memory * @param dst The destination address in (non volatile) memory * @param src The source address to write from * @param length The amount of bytes to write