Roman Beránek
Roman Beránek
Shift the first positional parameter out into a variable before running the eval command, so that it is not passed onto sourced scripts. Fixes #89
The int() function interprets the bytearray as an ascii string, emitting `ValueError: invalid literal for int() with base 10: '` when it reads values like 0x00 or 0xff.
How exactly is the HID-IO interface supposed to fulfill the function of the removed CDC Virtual Serial Port, as you seem to suggest in 9c6c5ddf? The hid-io/hid-io-core is clearly not...
As the 'inline' designation is merely a hint for a compiler, an inline function might likely actually end up being compiled on its own, in which case, the linkage specifiers...