Skip to content

Commit c73a9ea

Browse files
committed
functional test DTM RX channel changed
1 parent a25d0ca commit c73a9ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source_code/aux_mcu/src/COMMS/comms_main_mcu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ void comms_main_mcu_deal_with_non_usb_non_ble_message(aux_mcu_message_t* message
586586
}
587587

588588
/* Then set the device in DTM RX mode on channel 0 */
589-
debug_dtm_rx(0);
589+
debug_dtm_rx(39);
590590

591591
/* Set the high current sense pin as its original purpose */
592592
platform_io_set_high_cur_sense_as_sense();

source_code/main_mcu/src/functional_testing.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ void functional_testing_start(BOOL clear_first_boot_flag)
310310
#endif
311311

312312
/* Check for received messages */
313-
if (temp_rx_message->aux_mcu_event_message.payload_as_uint16[0] < 50)
313+
if (temp_rx_message->aux_mcu_event_message.payload_as_uint16[0] < 1400)
314314
{
315315
sh1122_put_error_string(&plat_oled_descriptor, u"ATBTLC1000 error / NO RX!");
316316
while (platform_io_is_usb_3v3_present_raw() != FALSE);

0 commit comments

Comments
 (0)