Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

fix device type value #20

Closed
louishp opened this issue Aug 23, 2020 · 2 comments
Closed

fix device type value #20

louishp opened this issue Aug 23, 2020 · 2 comments

Comments

@louishp
Copy link
Contributor

louishp commented Aug 23, 2020

atmi_machine_t use the value of ATMI_DEVTYPE_ALL to define device_count_by_type and devices_by_type to maintain the munber of different devices, but ATMI_DEVTYPE_ALL is defined as 0x1111, however this value is 4369. I think you just want to use binary bits to indicate the type of each device.

@ashwinma
Copy link
Contributor

Thanks for the catch and the fix. This will be merged soon.

@ashwinma
Copy link
Contributor

Resolved in #19

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants