aboutsummaryrefslogtreecommitdiffstats
path: root/os/common
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2018-03-08 17:09:26 +0100
committerGitHub <noreply@github.com>2018-03-08 17:09:26 +0100
commit11066ebbd353a4a4c0e1add129b9d60202a9803e (patch)
tree62e67ed9ddb904d94ee1aa2d286b9c4441a01896 /os/common
parent14c851fdabae5799830103c208c6a900b1fb4159 (diff)
parentb7f761313c11d94b89b605f81a89ced34a57c603 (diff)
downloadChibiOS-Contrib-11066ebbd353a4a4c0e1add129b9d60202a9803e.tar.gz
ChibiOS-Contrib-11066ebbd353a4a4c0e1add129b9d60202a9803e.tar.bz2
ChibiOS-Contrib-11066ebbd353a4a4c0e1add129b9d60202a9803e.zip
Merge pull request #143 from qmk/fix_kinesis_usb_data_sync
Fix Kinetis usb databank synchronization problems
Diffstat (limited to 'os/common')
-rw-r--r--os/common/ext/CMSIS/KINETIS/k20xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/ext/CMSIS/KINETIS/k20xx.h b/os/common/ext/CMSIS/KINETIS/k20xx.h
index 38855aa..8218b3c 100644
--- a/os/common/ext/CMSIS/KINETIS/k20xx.h
+++ b/os/common/ext/CMSIS/KINETIS/k20xx.h
@@ -2242,7 +2242,7 @@ typedef struct
/******** Bits definition for USBx_CTL register *****************/
#define USBx_CTL_JSTATE ((uint8_t)0x80) /*!< Live USB differential receiver JSTATE signal */
#define USBx_CTL_SE0 ((uint8_t)0x40) /*!< Live USB single ended zero signal */
-#define USBx_CTL_TXSUSPENDTOKENBUS ((uint8_t)0x20) /*!< */
+#define USBx_CTL_TXSUSPENDTOKENBUSY ((uint8_t)0x20) /*!< */
#define USBx_CTL_RESET ((uint8_t)0x10) /*!< Generates an USB reset signal (host mode) */
#define USBx_CTL_HOSTMODEEN ((uint8_t)0x08) /*!< Operate in Host mode */
#define USBx_CTL_RESUME ((uint8_t)0x04) /*!< Executes resume signaling */