Skip to content

Commit

Permalink
functional test DTM RX channel changed
Browse files Browse the repository at this point in the history
  • Loading branch information
limpkin committed Aug 8, 2021
1 parent a25d0ca commit c73a9ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source_code/aux_mcu/src/COMMS/comms_main_mcu.c
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ void comms_main_mcu_deal_with_non_usb_non_ble_message(aux_mcu_message_t* message
}

/* Then set the device in DTM RX mode on channel 0 */
debug_dtm_rx(0);
debug_dtm_rx(39);

/* Set the high current sense pin as its original purpose */
platform_io_set_high_cur_sense_as_sense();
Expand Down
2 changes: 1 addition & 1 deletion source_code/main_mcu/src/functional_testing.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ void functional_testing_start(BOOL clear_first_boot_flag)
#endif

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

0 comments on commit c73a9ea

Please sign in to comment.