Skip to content

Commit

Permalink
remove tiny warnings in testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-hillmann committed Oct 4, 2021
1 parent 2434669 commit e6b17ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions testsuite/tests/sdos_seg_down.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ TS_DEF_MAIN(TS_SegWr_Basic)
{
CO_IF_FRM frm;
CO_NODE node;
uint32_t id;
uint16_t idx = 0x2510;
uint8_t sub = 1;
uint32_t val = 0;
Expand Down Expand Up @@ -75,9 +74,7 @@ TS_DEF_MAIN(TS_SegWr_Basic)
/*------------------------------------------------------------------------------------------------*/
TS_DEF_MAIN(TS_SegWr_Basic_Bad)
{
CO_IF_FRM frm;
CO_NODE node;
uint32_t id;
uint16_t idx = 0x2510;
uint8_t sub = 1;
uint32_t val = 0;
Expand Down

0 comments on commit e6b17ef

Please sign in to comment.