|
@@ -141,8 +141,7 @@ static void set_use_dec(void *data)
|
|
|
* still have about 14 samples per pulse/space, i.e. we sample with 14
|
|
|
* times higher frequency than the signal frequency
|
|
|
*/
|
|
|
-const unsigned char map_table[] =
|
|
|
-{
|
|
|
+const unsigned char map_table[] = {
|
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|