Skip to content

Commit dbd394c

Browse files
yamtSoucheSouche
authored andcommitted
fix(esp-rom): Fix comment typos in cache.h
Fix typo in parameter names in cache_flash_mmu_set amd cache_sram_mmu_set functions. Closes espressif#14518
1 parent 8ea7ae7 commit dbd394c

File tree

1 file changed

+2
-2
lines changed
  • components/esp_rom/esp32/include/esp32/rom

1 file changed

+2
-2
lines changed

components/esp_rom/esp32/include/esp32/rom/cache.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)