diff --git a/arch b/arch index 6a3129092c..352e3775a0 160000 --- a/arch +++ b/arch @@ -1 +1 @@ -Subproject commit 6a3129092ce8ef63c608fa932185873850621aa2 +Subproject commit 352e3775a07839c6747bd29c151fa61dc938b62a diff --git a/include/nuttx/progmem.h b/include/nuttx/progmem.h index 7797555052..45cc0cdbe9 100644 --- a/include/nuttx/progmem.h +++ b/include/nuttx/progmem.h @@ -202,11 +202,6 @@ ssize_t up_progmem_ispageerased(size_t page); ssize_t up_progmem_write(size_t addr, const void *buf, size_t count); -/* TODO: Define the following functions and their options: - * - up_progmem_protect() - * - up_progmem_unprotect() - */ - #undef EXTERN #if defined(__cplusplus) }