mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-23 11:17:11 +02:00
* fix missing declarations for HM400
This commit is contained in:
parent
deb473743f
commit
f9878b8d8b
1 changed files with 4 additions and 0 deletions
|
@ -145,6 +145,10 @@ class HmSystem {
|
|||
p->listLen = (uint8_t)(HM1200_LIST_LEN);
|
||||
p->assign = (byteAssign_t*)hm1200assignment;
|
||||
}
|
||||
else if(INV_TYPE_HM400 == p->type) {
|
||||
p->listLen = (uint8_t)(HM400_LIST_LEN);
|
||||
p->assign = (byteAssign_t*)hm400assignment;
|
||||
}
|
||||
else {
|
||||
p->listLen = 0;
|
||||
p->assign = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue