diff options
| author | Evan Lojewski <github@meklort.com> | 2019-05-05 19:17:10 -0600 |
|---|---|---|
| committer | Evan Lojewski <github@meklort.com> | 2019-05-05 19:17:10 -0600 |
| commit | 7e5196c770e6a229e00c849de4fe41b6d962a7ef (patch) | |
| tree | 62fa11179088876a4db411cbe09c4ba52dd6f38c /libs/NVRam/include | |
| parent | 72eaf56f7ffaeb2d57cfdf63f32963bd08bfb290 (diff) | |
| download | bcm5719-ortega-7e5196c770e6a229e00c849de4fe41b6d962a7ef.tar.gz bcm5719-ortega-7e5196c770e6a229e00c849de4fe41b6d962a7ef.zip | |
More cleanup - headers.
Diffstat (limited to 'libs/NVRam/include')
| -rw-r--r-- | libs/NVRam/include/NVRam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/NVRam/include/NVRam.h b/libs/NVRam/include/NVRam.h index 405f6e9..3626ec5 100644 --- a/libs/NVRam/include/NVRam.h +++ b/libs/NVRam/include/NVRam.h @@ -63,7 +63,7 @@ void NVRam_disable(void); void NVRam_disableWrites(void); 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 #endif /* NVRAM_H */ |

