diff options
Diffstat (limited to '')
-rw-r--r-- | hal/hwconfig.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hal/hwconfig.hpp b/hal/hwconfig.hpp index 0cd38ac..2195b8e 100644 --- a/hal/hwconfig.hpp +++ b/hal/hwconfig.hpp @@ -5,18 +5,18 @@ namespace hw { - void reglock(); - void regunlock(); + void reglock(); + void regunlock(); } namespace osc { - void initialize(); + void initialize(); } namespace interrupts { - void initialize(); + void initialize(); } #endif
\ No newline at end of file |