hal/cpu: reformat
parent
c7459df05e
commit
d9d769721f
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue