aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/f1
diff options
context:
space:
mode:
Diffstat (limited to 'include/libopencm3/stm32/f1')
-rw-r--r--include/libopencm3/stm32/f1/flash.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libopencm3/stm32/f1/flash.h b/include/libopencm3/stm32/f1/flash.h
index f9b2aa9..9787f45 100644
--- a/include/libopencm3/stm32/f1/flash.h
+++ b/include/libopencm3/stm32/f1/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
+ * PM0075 Programming manual: STM32F10xxx Flash programming
+ * August 2010, Doc ID 17863 Rev 1
+ * http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/PROGRAMMING_MANUAL/CD00283419.pdf
*/
#ifndef LIBOPENCM3_FLASH_H