Cosmetics, consistency fixes, fix compiler warnings.

This commit is contained in:
Uwe Hermann
2011-01-30 22:43:33 +01:00
parent edf230386c
commit a0091f18c7
5 changed files with 14 additions and 11 deletions

View File

@@ -102,7 +102,9 @@
/* PERIPH_BASE_AHB + 0xb400 (0x4002 3400 - 0x4002 7FFF): Reserved */
#define ETHERNET_BASE (PERIPH_BASE_AHB + 0x10000)
/* PERIPH_BASE_AHB + 0x18000 (0x4003 0000 - 0x4FFF FFFF): Reserved */
#define USB_OTG_FS_BASE (PERIPH_BASE + 0x10000000)
#define USB_OTG_FS_BASE (PERIPH_BASE_AHB + 0xffe8000)
/* FSMC */
#define FSMC_BASE (PERIPH_BASE + 0x60000000)
#endif