diff options
author | skullY <skullydazed@gmail.com> | 2019-07-12 12:39:57 -0700 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-08-30 15:01:52 -0700 |
commit | 7ff57644e181dda1b4e577517cf72cc962bf8f9e (patch) | |
tree | bddeaeb86699ecd885dbefafa765dd2adcab1ea4 /tmk_core/protocol/vusb | |
parent | beb320a5c64b89e7bc1c08b0ed41ff60f053a796 (diff) | |
download | qmk_firmware-7ff57644e181dda1b4e577517cf72cc962bf8f9e.tar.gz qmk_firmware-7ff57644e181dda1b4e577517cf72cc962bf8f9e.zip |
Fix vusb compiling after clang-format
Diffstat (limited to 'tmk_core/protocol/vusb')
-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 |