mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 15:04:18 +00:00
System Fusion bug fixes.
This commit is contained in:
parent
2e84ab888a
commit
700ebda210
6 changed files with 23 additions and 21 deletions
|
|
@ -174,6 +174,11 @@ unsigned char CYSFFICH::getFN() const
|
|||
return (m_fich[1U] >> 3) & 0x07U;
|
||||
}
|
||||
|
||||
unsigned char CYSFFICH::getFT() const
|
||||
{
|
||||
return m_fich[1U] & 0x07U;
|
||||
}
|
||||
|
||||
unsigned char CYSFFICH::getDT() const
|
||||
{
|
||||
return m_fich[2U] & 0x03U;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue