File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
features/storage/TESTS/blockdevice Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -473,7 +473,7 @@ void test_get_type_functionality()
473
473
TEST_SKIP_MESSAGE (" No block device component is defined for this target" );
474
474
return ;
475
475
}
476
- const char * bd_type = block_device->get_type ();
476
+ const char *bd_type = block_device->get_type ();
477
477
TEST_ASSERT_NOT_EQUAL (0 , bd_type);
478
478
479
479
#if COMPONENT_QSPIF
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ void test_get_type_functionality()
162
162
163
163
HeapBlockDevice bd (TEST_BLOCK_DEVICE_SIZE, TEST_BLOCK_SIZE);
164
164
165
- const char * bd_type = bd.get_type ();
165
+ const char *bd_type = bd.get_type ();
166
166
TEST_ASSERT_NOT_EQUAL (0 , bd_type);
167
167
TEST_ASSERT_EQUAL (0 , strcmp (bd_type, " HEAP" ));
168
168
}
You can’t perform that action at this time.
0 commit comments