Searched refs:MSG3 (Results 1 – 1 of 1) sorted by relevance
75 #define MSG3 " nRF" macro86 uint8_t buff_2[sizeof(MSG3)]; ///< RX buffer 294 static uint8_t m_tx_buffer[sizeof(MSG1) + sizeof(MSG2) + sizeof(MSG3)];184 memcpy(m_tx_buffer + strlen(MSG1) + strlen(MSG2), MSG3, strlen(MSG3) + 1); in main()