aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/f4
diff options
context:
space:
mode:
authorStephen Caudle2011-10-31 09:25:05 -0400
committerStephen Caudle2011-10-31 09:25:05 -0400
commit6da485f06dedb5a0401bdec2ce5ea1c9752f5397 (patch)
treefd043a8148990387c6fe0c20e732e2deadea2a36 /include/libopencm3/stm32/f4
parent59df80398b8fb7b6837ea885c351046ff2818413 (diff)
Fix STM32 flash programming doc links
Diffstat (limited to 'include/libopencm3/stm32/f4')
-rw-r--r--include/libopencm3/stm32/f4/flash.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libopencm3/stm32/f4/flash.h b/include/libopencm3/stm32/f4/flash.h
index 15529ea..4ed86f1 100644
--- a/include/libopencm3/stm32/f4/flash.h
+++ b/include/libopencm3/stm32/f4/flash.h
@@ -20,9 +20,9 @@
/*
* For details see:
- * PM0042 Programming manual: STM32F10xxx Flash programming
- * October 2009, Doc ID 13259 Rev 7
- * http://www.st.com/stonline/products/literature/pm/13259.pdf
+ * PM0081 Programming manual: STM32F40xxx and STM32F41xxx Flash programming
+ * September 2011, Doc ID 018520 Rev 1
+ * http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/PROGRAMMING_MANUAL/DM00023388.pdf
*/
#ifndef LIBOPENCM3_FLASH_H