aboutsummaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorUwe Hermann2010-12-29 15:52:37 +0100
committerUwe Hermann2010-12-29 15:55:12 +0100
commit36931dc991e4e68ed1ac32b328be788ae1affbe1 (patch)
tree894bbb7acd2fb732b1be2c40835224c3d468f281 /HACKING
parenta6e6a08a3ac7a61e3067e3d26bdb65ee6149e259 (diff)
Whitespace fixes.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 6a2a877..70f34fd 100644
--- a/HACKING
+++ b/HACKING
@@ -30,7 +30,7 @@ Development guidelines
- The name should be of the form SUBSYSTEM_REGISTER_BIT, e.g.
ADC_CR2_DMA, where ADC is the subsystem name, CR2 is the register NAME,
and DMA is the name of the bit in the register that is defined.
-
+
- All subsystem-specific function names should be prefixed with the
subsystem name. For example, gpio_set_mode() or rcc_osc_on().