summaryrefslogtreecommitdiff
path: root/src/modem.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-02-05 17:33:02 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-02-05 17:33:02 +0100
commitf88c1fde18146fd1bf543399da0f6584c3fd4a81 (patch)
treed93b2d30ac2b83cc739e1ee550179c1792b1e37e /src/modem.h
parent4bf560b6f3ef6089af04dfc56d078b9978496b07 (diff)
add (untested) Hamming forward error correction code and corresponding class
The system now uses a FECModem instance, which inherits the receive methods etc. from Modem. Up next: Make the modem's buffer read methods private and expose them in error-corrected FECModem methods instead
Diffstat (limited to 'src/modem.h')
-rw-r--r--src/modem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modem.h b/src/modem.h
index ea308a7..4040c92 100644
--- a/src/modem.h
+++ b/src/modem.h
@@ -70,6 +70,4 @@ class Modem {
void receive(void);
};
-extern Modem modem;
-
#endif /* MODEM_H_ */