We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a7d6d commit bf28f88Copy full SHA for bf28f88
features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_MCU_NRF51822/sdk/source/libraries/fstorage/fstorage.c
@@ -559,7 +559,7 @@ void fs_debug_print()
559
printf("Num items: 0x%08lx\r\n", (unsigned long)FS_SECTION_VARS_COUNT);
560
printf("===== ITEMS %lu =====\r\n", (unsigned long)FS_SECTION_VARS_COUNT);
561
562
- for(int i = 0; i < FS_SECTION_VARS_COUNT; i++)
+ for(uint32_t i = 0; i < FS_SECTION_VARS_COUNT; i++)
563
{
564
fs_config_t* config = FS_SECTION_VARS_GET(i);
565
printf( "Address: 0x%08lx, CB: 0x%08lx\r\n",
0 commit comments