Skip to content

Commit

Permalink
Merge branch 'pocsag' of github.com:g4klx/MMDVMHost into pocsag
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx committed Jun 13, 2018
2 parents 434fccd + b22d140 commit 29c6485
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 150 deletions.
2 changes: 1 addition & 1 deletion HD44780.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class CHD44780 : public CDisplay
virtual void writeNXDNRSSIInt(unsigned char rssi);
virtual void clearNXDNInt();

virtual void writePOCSAG(uint32_t ric, const std::string& message);
virtual void writePOCSAGInt(uint32_t ric, const std::string& message);
virtual void clearPOCSAGInt();

virtual void writeCWInt();
Expand Down
Loading

0 comments on commit 29c6485

Please sign in to comment.