Add the build framework and skeleton files for the shared memory feature (no logic yet provided)

This commit is contained in:
Gregory Nutt 2014-09-22 14:53:56 -06:00
parent d18d451ed6
commit 7d9970d4f4

View File

@ -280,9 +280,9 @@ int nsh_archinitialize(void)
}
#else /* CONFIG_MIKROE_FLASH_PART */
/* Configure the device with no partition support */
/* Configure the device with no partition support */
smart_initialize(CONFIG_MIKROE_FLASH_MINOR, mtd, NULL);
smart_initialize(CONFIG_MIKROE_FLASH_MINOR, mtd, NULL);
#endif /* CONFIG_MIKROE_FLASH_PART */
}