From d9d769721f97174b1c160bbf78e0eb51d0db7f03 Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Tue, 13 Jul 2021 15:24:43 +0200 Subject: [PATCH] hal/cpu: reformat --- src/hal/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hal/cpu.h b/src/hal/cpu.h index a1713a1..ff73d0b 100644 --- a/src/hal/cpu.h +++ b/src/hal/cpu.h @@ -6,8 +6,8 @@ namespace hal { namespace cpu { #ifndef F_CPU - /// Main clock frequency - #define F_CPU (16000000ul) +/// Main clock frequency +#define F_CPU (16000000ul) #endif /// CPU init routines (not really necessary for the AVR)