Browse Source

Fixed link for SDCMSIS-1172

Christopher Seidl 5 years ago
parent
commit
fd1eca1c0a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      CMSIS/DoxyGen/RTOS2/src/cmsis_os2.txt

+ 2 - 2
CMSIS/DoxyGen/RTOS2/src/cmsis_os2.txt

@@ -722,8 +722,8 @@ By default, RTX5 uses the Arm C libraries multi-thread protection for:
   functions and can be found in "RTX_Config.h" file or can be defined on the global scope.
 
 The default, Arm C libraries use mutex functions to
-<a href="https://developer.arm.com/docs/dui0475/m/the-arm-c-micro-library/differences-between-microlib-and-the-default-c-library" target="_blank">
-protect shared resources from concurrent access</a>. RTX5 implements these functions and uses resources from the
+<a href="https://developer.arm.com/docs/dui0475/m/the-arm-c-and-c-libraries/multithreaded-support-in-arm-c-libraries/management-of-locks-in-multithreaded-applications" target="_blank">
+<b>protect shared resources from concurrent access</b></a>. RTX5 implements these functions and uses resources from the
 \ref systemConfig "Global Dynamic Memory" to allocate mutex objects.
 \endif
 */