소스 검색

[BT-6709-MTS]fix production part

balbekova 2 년 전
부모
커밋
baf8dd183c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      modules/testing/testing.c

+ 2 - 0
modules/testing/testing.c

@@ -125,6 +125,8 @@ void TEST_SendData(void)
 	  strcpy(msg, HW_REV);
 #ifdef HARDWARE_BT6709
       strcat(msg, "_BEELINE");
+#elif HARDWARE_BT6709_MTS
+      strcat(msg, "_MTS");
 #endif
 	  strcat(msg, ";");