You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CubeSatSim/libs/libmf/source/pn15out.c

7 lines
124 B

#include "libmfcrc.h"
__reentrantb uint8_t pn15_output(uint16_t pn15) __reentrant
{
return pn15_out_table[pn15 & 0xff];
}

Powered by TurnKey Linux.