New targets for:
[lwext4.git] / lwext4 / ext4_block_group.c
index 8da606c9b38df1e07f9d1aec6ed0ac0a4069d187..b0a595668a7384d1d92fe7913b1b57bb290fe133 100644 (file)
@@ -42,7 +42,7 @@
 #include <ext4_config.h>
 #include <ext4_block_group.h>
 
-
+/**@brief CRC-16 look up table*/
 static uint16_t const crc16_tab[256] = {
     0x0000, 0xC0C1, 0xC181, 0x0140, 0xC301, 0x03C0, 0x0280, 0xC241,
     0xC601, 0x06C0, 0x0780, 0xC741, 0x0500, 0xC5C1, 0xC481, 0x0440,