diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-06-11 17:34:01 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-06-11 17:34:01 -0400 |
commit | 54ebe286f08f2cee725d057eecef05a744a28bf1 (patch) | |
tree | bd7f8f0762597296da11085934a6990c87d9aa8a | |
parent | f331e5a10dc94f9bda20cfcd1c3b348f0ba4cb27 (diff) | |
download | knowledge-54ebe286f08f2cee725d057eecef05a744a28bf1.tar.gz knowledge-54ebe286f08f2cee725d057eecef05a744a28bf1.zip |
electronics/stm32: syntax
-rw-r--r-- | electronics/stm32.page | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/electronics/stm32.page b/electronics/stm32.page index 4c1c200..8804b63 100644 --- a/electronics/stm32.page +++ b/electronics/stm32.page @@ -45,8 +45,6 @@ References Keil Application Note 209: Using Cortex-M3 and Cortex-M4 Fault Exceptions -ARM Cortex-M3 HardFault Status Register Documentation: -<http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0553a/Cihdjcfc.html> +[ARM Cortex-M3 HardFault Status Register Documentation](http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0553a/Cihdjcfc.html) -"STM32/ARM Cortex-M3 HOWTO: Development under Ubuntu (Debian)" (from fun-tech.se: -<http://fun-tech.se/stm32/)> +"STM32/ARM Cortex-M3 HOWTO: Development under Ubuntu (Debian)" ([fun-tech.se](http://fun-tech.se/stm32/)) |