Skip to content

Commit

Permalink
Added a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
red-scorp committed Sep 14, 2023
1 parent 61777a6 commit 6bb1474
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_lospanel/test_lospanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ void test_lospanel_protocol_holds_proper_timing(void) {
AbstractKeyboard *p_Keyboard = new MockKeyboard();
AbstractProtocol *p_Protocol = new LoSPanelProtocol(p_UART, p_TextLCD, p_Keyboard);

/* Calling the function under test with different input data */
run_timing_test_with_input_data(p_Protocol, c_UARTInputData2ms1, sizeof(c_UARTInputData2ms1), 1520);
run_timing_test_with_input_data(p_Protocol, c_UARTInputData2ms2, sizeof(c_UARTInputData2ms2), 1520);
run_timing_test_with_input_data(p_Protocol, c_UARTInputData2ms3, sizeof(c_UARTInputData2ms3), 1520);
Expand Down

0 comments on commit 6bb1474

Please sign in to comment.