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