diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-09-14 09:46:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-14 09:46:35 -0400 |
commit | 9110335142813c60c4ae3572444d4f954c41ef14 (patch) | |
tree | d8f758f8d87e7e8f7bb7e2f39a8de2f0a3158e34 /app/include/dt-bindings/zmk/reset.h | |
parent | 2c38947d1dcde236c27aba0c29042e4b610ee5d8 (diff) | |
parent | 191a2d755ad4761bd04a30a113e05119ad7aa61e (diff) |
Merge pull request #183 from petejohanson/ops/clang-format-checks
Standardize code formatting using clang-format w/ LLVM style
Diffstat (limited to 'app/include/dt-bindings/zmk/reset.h')
-rw-r--r-- | app/include/dt-bindings/zmk/reset.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app/include/dt-bindings/zmk/reset.h b/app/include/dt-bindings/zmk/reset.h index 683f965..2b3d876 100644 --- a/app/include/dt-bindings/zmk/reset.h +++ b/app/include/dt-bindings/zmk/reset.h @@ -4,9 +4,10 @@ * SPDX-License-Identifier: MIT */ -#define RST_WARM 0x00 -#define RST_COLD 0x01 +#define RST_WARM 0x00 +#define RST_COLD 0x01 -// AdaFruit nrf52 Bootloader Specific. See https://github.com/adafruit/Adafruit_nRF52_Bootloader/blob/d6b28e66053eea467166f44875e3c7ec741cb471/src/main.c#L107 +// AdaFruit nrf52 Bootloader Specific. See +// https://github.com/adafruit/Adafruit_nRF52_Bootloader/blob/d6b28e66053eea467166f44875e3c7ec741cb471/src/main.c#L107 -#define RST_UF2 0x57
\ No newline at end of file +#define RST_UF2 0x57
\ No newline at end of file |