diff options
author | skullY <skullydazed@gmail.com> | 2019-07-12 12:39:57 -0700 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2019-09-17 11:39:43 +0900 |
commit | f6e500e1993eeedfb6256b520df4f16c615ead8b (patch) | |
tree | c6f88aa7456b646034730c3b2aac77865665f5a2 | |
parent | 7ee98d5265e0120028407f2ef077e75f4930293a (diff) |
Fix vusb compiling after clang-format
-rw-r--r-- | tmk_core/protocol/vusb/usbdrv/usbportability.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmk_core/protocol/vusb/usbdrv/usbportability.h b/tmk_core/protocol/vusb/usbdrv/usbportability.h index 476184dc68..206041097d 100644 --- a/tmk_core/protocol/vusb/usbdrv/usbportability.h +++ b/tmk_core/protocol/vusb/usbdrv/usbportability.h @@ -8,6 +8,8 @@ * This Revision: $Id: usbportability.h 785 2010-05-30 17:57:07Z cs $ */ +// clang-format off + /* General Description: This header is intended to contain all (or at least most of) the compiler |