mbv: clang-format

This commit is contained in:
2025-06-25 08:38:46 -07:00
parent 0c7206f186
commit 7f1f924331
13 changed files with 38 additions and 52 deletions

View File

@@ -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);