Skip to content

Commit

Permalink
Fix header guards
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasi Miettinen committed Feb 26, 2024
1 parent d2bd3df commit d5c8da1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/portable/chipidea/ci_hs/ci_hs_kinetis_k28f.h
Expand Up @@ -24,8 +24,8 @@
* This file is part of the TinyUSB stack.
*/

#ifndef _CI_HS_MCX_H_
#define _CI_HS_MCX_H_
#ifndef _CI_HS_KINETIS_K28F_H_
#define _CI_HS_KINETIS_K28F_H_

#include "fsl_device_registers.h"

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


#endif

0 comments on commit d5c8da1

Please sign in to comment.