when I try to run sudo make install python test.py I'm getting errors like this:
./ltkc_base.h:142:5: error: unknown type name 'llrp_u16_t'; did you mean 'llrp_u16v_t'?
llrp_u16_t nValue;
^~~~~~~~~~
llrp_u16v_t
i'm using the updated makefile also, is it because the patch is outdated?