We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2bd3df commit d5c8da1Copy full SHA for d5c8da1
src/portable/chipidea/ci_hs/ci_hs_kinetis_k28f.h
@@ -24,8 +24,8 @@
24
* This file is part of the TinyUSB stack.
25
*/
26
27
-#ifndef _CI_HS_MCX_H_
28
-#define _CI_HS_MCX_H_
+#ifndef _CI_HS_KINETIS_K28F_H_
+#define _CI_HS_KINETIS_K28F_H_
29
30
#include "fsl_device_registers.h"
31
@@ -44,5 +44,4 @@ TU_ATTR_ALWAYS_INLINE static inline ci_hs_regs_t* CI_HS_REG(uint8_t port) {
44
#define CI_HCD_INT_ENABLE(_p) NVIC_EnableIRQ (_ci_controller[_p].irqnum)
45
#define CI_HCD_INT_DISABLE(_p) NVIC_DisableIRQ(_ci_controller[_p].irqnum)
46
47
-
48
#endif
0 commit comments