Skip to content

Commit a7a60fc

Browse files
author
Pasi Miettinen
committed
Fix header guards
1 parent 3e46821 commit a7a60fc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/portable/chipidea/ci_hs/ci_hs_kinetis_k28f.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
* This file is part of the TinyUSB stack.
2525
*/
2626

27-
#ifndef _CI_HS_MCX_H_
28-
#define _CI_HS_MCX_H_
27+
#ifndef _CI_HS_KINETIS_K28F_H_
28+
#define _CI_HS_KINETIS_K28F_H_
2929

3030
#include "fsl_device_registers.h"
3131

@@ -44,5 +44,4 @@ TU_ATTR_ALWAYS_INLINE static inline ci_hs_regs_t* CI_HS_REG(uint8_t port) {
4444
#define CI_HCD_INT_ENABLE(_p) NVIC_EnableIRQ (_ci_controller[_p].irqnum)
4545
#define CI_HCD_INT_DISABLE(_p) NVIC_DisableIRQ(_ci_controller[_p].irqnum)
4646

47-
4847
#endif

0 commit comments

Comments
 (0)