Update CANSAME5x.cpp - clang format

This commit is contained in:
Tyeth Gundry 2025-07-17 11:50:41 +01:00 committed by GitHub
parent fb054412c3
commit da4643b05b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ namespace {
#define state (reinterpret_cast<_canSAME5x_state *>(this->_state))
#define DIV_ROUND(a, b) (((a) + (b) / 2) / (b))
#define DIV_ROUND_UP(a, b) (((a) + (b)-1) / (b))
#define DIV_ROUND_UP(a, b) (((a) + (b) - 1) / (b))
#define GCLK_CAN1 GCLK_PCHCTRL_GEN_GCLK1_Val
#define GCLK_CAN0 GCLK_PCHCTRL_GEN_GCLK1_Val