Skip to content

Commit

Permalink
tests/test_config.h: Fix typos and formatting.
Browse files Browse the repository at this point in the history
Signed-off-by: Ramya Subramanyam <[email protected]>
  • Loading branch information
ramya-subramanyam committed Jan 17, 2025
1 parent adbdc9d commit 3641991
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions tests/hil-unity-checklist.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
infineon:psoc:cy8ckit_062s2_ai:
uart:
1:
- "test_uart_connected2_tx"
- "test_uart_connected2_rx"
uart:
1:
- "test_uart_connected2_tx"
- "test_uart_connected2_rx"
6 changes: 3 additions & 3 deletions tests/test_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
#include <stdint.h>

// test defines
const uint8_t TEST_DIGITAL_IO_OUTPUT = 7; // IO0
const uint8_t TEST_DIGITAL_IO_INPUT_1 = 6; // IO1
const uint8_t TEST_DIGITAL_IO_INPUT_2 = 5; // IO2
const uint8_t TEST_DIGITALIO_OUTPUT = 7; // IO0
const uint8_t TEST_DIGITALIO_INPUT_1 = 6; // IO1
const uint8_t TEST_DIGITALIO_INPUT_2 = 5; // IO2

#endif // TEST_CONFIG_H

0 comments on commit 3641991

Please sign in to comment.