From 17b2e87ba3ba3cc029a92f275f110e17249d59f7 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 30 Dec 2010 00:53:52 +0100 Subject: Factor out cm3/common.h and cm3/memorymap.h. --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HACKING') 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 , + - Please consistently use the short form types from , e.g. u8, u16, u32, and so on. - Variables that are used to store register values read from registers or -- cgit v1.2.3