Skip to content

Commit 13c2401

Browse files
committed
minor update
1 parent 4e4e2be commit 13c2401

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

src/class/mtp/mtp.h

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,10 @@
2424
* This file is part of the TinyUSB stack.
2525
*/
2626

27-
#ifndef _TUSB_MTP_H_
28-
#define _TUSB_MTP_H_
27+
#ifndef TUSB_MTP_H_
28+
#define TUSB_MTP_H_
2929

30-
#include <stdint.h>
31-
#include <stdbool.h>
32-
#include <time.h>
33-
#include "tusb_option.h"
30+
#include "common/tusb_common.h"
3431

3532
#if (CFG_TUD_ENABLED && CFG_TUD_MTP)
3633

@@ -887,6 +884,5 @@ TU_ATTR_ALWAYS_INLINE static inline uint32_t mtp_container_get_string(uint8_t* b
887884
}
888885
#endif
889886

890-
#endif /* CFG_TUD_ENABLED && CFG_TUD_MTP */
891-
892-
#endif /* _TUSB_MTP_H_ */
887+
#endif
888+
#endif

0 commit comments

Comments
 (0)