hal/cpu: reformat

pull/47/head
Yuri D'Elia 2021-07-13 15:24:43 +02:00
parent c7459df05e
commit d9d769721f
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ namespace hal {
namespace cpu { namespace cpu {
#ifndef F_CPU #ifndef F_CPU
/// Main clock frequency /// Main clock frequency
#define F_CPU (16000000ul) #define F_CPU (16000000ul)
#endif #endif
/// CPU init routines (not really necessary for the AVR) /// CPU init routines (not really necessary for the AVR)