aboutsummaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorUwe Hermann2010-12-30 00:53:52 +0100
committerUwe Hermann2010-12-30 00:53:52 +0100
commit17b2e87ba3ba3cc029a92f275f110e17249d59f7 (patch)
treed5984cbaf17fd0d49c8a2dfc94ac29f295e2d18f /HACKING
parent01bfbfed411f9e96218070e2b36438b783df29ba (diff)
Factor out cm3/common.h and cm3/memorymap.h.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 70f34fd..755b338 100644
--- a/HACKING
+++ b/HACKING
@@ -34,7 +34,7 @@ Development guidelines
- All subsystem-specific function names should be prefixed with the
subsystem name. For example, gpio_set_mode() or rcc_osc_on().
- - Please consistently use the short form types from <libopenstm32/common.h>,
+ - Please consistently use the short form types from <cm3/common.h>,
e.g. u8, u16, u32, and so on.
- Variables that are used to store register values read from registers or