From edec50e6a918359190f8ca34b2148e3a3c637e40 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Tue, 16 Jan 2018 00:23:35 -0700 Subject: Format all files and add a clang-format file. --- system-clock/include/flash.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system-clock/include/flash.h') diff --git a/system-clock/include/flash.h b/system-clock/include/flash.h index ac63bf9..a163a25 100644 --- a/system-clock/include/flash.h +++ b/system-clock/include/flash.h @@ -7,7 +7,7 @@ * Header file for dealing with flash. */ -#define FLASH_BASE 0x40022000 +#define FLASH_BASE 0x40022000 typedef struct { __IO uint32_t ac_r; /* Flash access control register. */ @@ -15,6 +15,6 @@ typedef struct { /* TODO fill out the rest. */ } PACKED flash_t; -#define FLASH (*(__IO flash_t*) FLASH_BASE) +#define FLASH (*(__IO flash_t*)FLASH_BASE) #endif /* H__FLASH_ */ -- cgit