mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Add an error display.
This commit is contained in:
parent
a3c25766c0
commit
b19c46ff2c
11 changed files with 74 additions and 3 deletions
|
|
@ -35,6 +35,10 @@ void CNullDisplay::setIdle()
|
|||
{
|
||||
}
|
||||
|
||||
void CNullDisplay::setError(const char* text)
|
||||
{
|
||||
}
|
||||
|
||||
void CNullDisplay::setLockout()
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue