Searched refs:MSG1 (Results 1 – 1 of 1) sorted by relevance
69 #define MSG1 "Nordic" macro85 uint8_t buff_1[sizeof(MSG1)]; ///< RX buffer 194 static uint8_t m_tx_buffer[sizeof(MSG1) + sizeof(MSG2) + sizeof(MSG3)];182 memcpy(m_tx_buffer , MSG1, strlen(MSG1)); in main()183 memcpy(m_tx_buffer + strlen(MSG1) , MSG2, strlen(MSG2)); in main()184 memcpy(m_tx_buffer + strlen(MSG1) + strlen(MSG2), MSG3, strlen(MSG3) + 1); in main()