Home | History | Annotate | Download | only in cintltst

Lines Matching defs:testBytes

5296     static const uint8_t testBytes[] = { 0x95, 0xcf, 0x8a, 0xb7, 0x0d, 0x0a, 0x00 };
5297 const char *testBuffer = (const char *)testBytes;
5298 const char *testEnd = (const char *)testBytes + sizeof(testBytes);