Skip to content

Commit 8e72d7a

Browse files
committed
Fix the astyle issue
1 parent 7b886a7 commit 8e72d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/CAN.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ class CAN : private NonCopyable<CAN> {
300300
* @param type Which CAN interrupt to attach the member function to (CAN::RxIrq for message received, CAN::TxIrq for transmitted or aborted, CAN::EwIrq for error warning, CAN::DoIrq for data overrun, CAN::WuIrq for wake-up, CAN::EpIrq for error passive, CAN::AlIrq for arbitration lost, CAN::BeIrq for bus error)
301301
*/
302302
void attach(Callback<void()> func, IrqType type = RxIrq);
303-
303+
304304
static void _irq_handler(uint32_t id, CanIrqType type);
305305

306306
#if !defined(DOXYGEN_ONLY)

0 commit comments

Comments
 (0)