diff --git a/README.md b/README.md index 70748cc..b514082 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ I have tested this so far and can confirm that it works for T1/C1 and S1. Thanks Optimization on frequencies translation by rearranging compute steps implemented as proposed by alalons. -Alalons (have I thanked you already?!) proposed an speed optimized arctan function. Performance gain is notable (factor ~2) but could reduce sensitivity slightly on receiving C1 mode datagrams. A speed optimized arctan version can be activated by "-a" in the program options. +Alalons (have I thanked you already?!) proposed a speed optimized arctan function. Performance gain is notable (factor ~2) but could reduce sensitivity slightly on receiving C1 mode datagrams. A speed optimized arctan version can be activated by "-a" in the program options. License diff --git a/rtl_wmbus.c b/rtl_wmbus.c index a519daa..3ced5fd 100644 --- a/rtl_wmbus.c +++ b/rtl_wmbus.c @@ -966,8 +966,8 @@ int main(int argc, char *argv[]) runlength_algorithm_s1(bit_s1, rssi_s1, &rl_algo_s1); } - // --- runlength algorithm section end --- #endif + // --- runlength algorithm section end --- // --- time2 algorithm section begin ---