X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fserial%2Fserial.h;h=d2ae4dd06952f50e38c8f2feb7130cf6281c6173;hb=54cb832334a83fc266b59e2c9b60ee936db7118f;hp=b1f1908059cf6102b2d27815d2e03bd7d0390d80;hpb=d15ac13f2e170f155b4bbd124df48400c339b644;p=r2c2.git diff --git a/source/serial/serial.h b/source/serial/serial.h index b1f1908..d2ae4dd 100644 --- a/source/serial/serial.h +++ b/source/serial/serial.h @@ -5,7 +5,7 @@ #include #include "network/client.h" -class Serial: public Msp::Application +class Serial: public Msp::RegisteredApplication { private: Msp::IO::EventDispatcher event_disp; @@ -17,8 +17,6 @@ private: char rx_buf[3]; unsigned rx_fill; - static Msp::Application::RegApp reg; - public: Serial(int, char **);