From 87c94e9a3786294515a381d0458e751e9e53549c Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 9 Feb 2011 01:18:55 +0100 Subject: FPB: Fix typo. --- include/libopencm3/cm3/fpb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libopencm3/cm3') diff --git a/include/libopencm3/cm3/fpb.h b/include/libopencm3/cm3/fpb.h index 31d006e..80812ee 100644 --- a/include/libopencm3/cm3/fpb.h +++ b/include/libopencm3/cm3/fpb.h @@ -33,7 +33,7 @@ #define FPB_REMAP MMIO32(FPB_BASE + 4) /* Flash Patch Comparator (FPB_COMPx) */ -#define FPB_COMP (voltile u32 *)(FPB_BASE + 8) +#define FPB_COMP (volatile u32 *)(FPB_BASE + 8) /* TODO: PID, CID */ -- cgit v1.2.3