LETBUF
for (i = 0; i < LETBUF; i++) {
#define LE_NEXTTMD(x) (((x) + 1) & (LETBUF - 1))
struct letmd_v lem_tmd[LETBUF];
volatile uint8_t lem_tbuf[LETBUF][LEMTU];