summaryrefslogtreecommitdiffstats
path: root/libs/NVRam/crc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/NVRam/crc.c')
-rw-r--r--libs/NVRam/crc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/NVRam/crc.c b/libs/NVRam/crc.c
index dc1d560..d3dd384 100644
--- a/libs/NVRam/crc.c
+++ b/libs/NVRam/crc.c
@@ -47,8 +47,8 @@
#define CRC32_POLYNOMIAL 0xEDB88320
uint32_t NVRam_crc(const uint8_t *pcDatabuf, // Pointer to data buffer
- uint32_t ulDatalen, // Length of data buffer in bytes
- uint32_t crc) // Initial value
+ uint32_t ulDatalen, // Length of data buffer in bytes
+ uint32_t crc) // Initial value
{
uint8_t data;
uint32_t idx, bit;
OpenPOWER on IntegriCloud