mbv: clang-format
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
namespace intc {
|
||||
|
||||
using Isr = void(*)(void);
|
||||
using Isr = void (*)(void);
|
||||
|
||||
/// Returns: true if the IRQ was previously enabled
|
||||
bool SetIrqEnabled(uint8_t irqn, bool enabled);
|
||||
|
||||
Reference in New Issue
Block a user