chuniio 0x0101: Fix IR beam mapping

This commit is contained in:
Tau
2021-05-31 13:00:22 -04:00
parent 01cfc4e48f
commit 7b71b944e1
3 changed files with 40 additions and 6 deletions

View File

@ -18,7 +18,7 @@ static struct chuni_io_config chuni_io_cfg;
uint16_t chuni_io_get_api_version(void)
{
return 0x0100;
return 0x0101;
}
HRESULT chuni_io_jvs_init(void)