File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/esp_rom/esp32/include/esp32/rom Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ void mmu_init(int cpu_no);
4444 *
4545 * @param int cpu_no : CPU number, 0 for PRO cpu, 1 for APP cpu.
4646 *
47- * @param int pod : process identifier. Range 0~7.
47+ * @param int pid : process identifier. Range 0~7.
4848 *
4949 * @param unsigned int vaddr : virtual address in CPU address space.
5050 * Can be IRam0, IRam1, IRom0 and DRom0 memory address.
@@ -87,7 +87,7 @@ static inline __attribute__((always_inline)) unsigned int IRAM_ATTR cache_flash_
8787 *
8888 * @param int cpu_no : CPU number, 0 for PRO cpu, 1 for APP cpu.
8989 *
90- * @param int pod : process identifier. Range 0~7.
90+ * @param int pid : process identifier. Range 0~7.
9191 *
9292 * @param unsigned int vaddr : virtual address in CPU address space.
9393 * Can be IRam0, IRam1, IRom0 and DRom0 memory address.
You can’t perform that action at this time.
0 commit comments