Skip to content

Commit

Permalink
Fix doublecheck.sh compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
n1000 committed Oct 7, 2020
1 parent 1375ec1 commit bb50f63
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion mme/mme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ gcc -Wall -Wextra -Wno-unused-parameter -o mme mme.c
# --------------------------------------------------------------------

gcc -Wall -Wextra -Wno-unused-parameter -c EthernetHeader.c
gcc -Wall -Wextra -Wno-unused-parameter -c FragmentHeader.c
gcc -Wall -Wextra -Wno-unused-parameter -c HomePlugHeader.c
gcc -Wall -Wextra -Wno-unused-parameter -c QualcommHeader.c
gcc -Wall -Wextra -Wno-unused-parameter -c MMEMode.c
Expand Down
1 change: 1 addition & 0 deletions pib/psin.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
#include "../tools/putoptv.c"
#include "../tools/version.c"
#include "../tools/fdchecksum32.c"
#include "../tools/checksum32.c"
#include "../tools/hexdecode.c"
#include "../tools/hexstring.c"
#include "../tools/todigit.c"
Expand Down
5 changes: 0 additions & 5 deletions plc/SignalToNoise2.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ static uint8_t const mod2bits [AMP_BITS] =

#endif

#ifndef TONEMAPS2_SOURCE

static uint8_t const mod2db [AMP_BITS] =

{
Expand All @@ -99,9 +97,6 @@ static uint8_t const mod2db [AMP_BITS] =
36
};


#endif

signed SignalToNoise2 (struct plc * plc)

{
Expand Down

0 comments on commit bb50f63

Please sign in to comment.