Skip to content

Commit

Permalink
Merge pull request #1263 from kasjer/kasjer/mynewt-eptri
Browse files Browse the repository at this point in the history
Fix Mynewt build for Microchip PIC32MZ devices.
  • Loading branch information
hathach committed Dec 30, 2021
2 parents a6789b5 + 7a596b9 commit c8641ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/portable/valentyusb/eptri/dcd_eptri.c
Expand Up @@ -24,6 +24,10 @@
* This file is part of the TinyUSB stack.
*/

#include "tusb_option.h"

#if TUSB_OPT_DEVICE_ENABLED && (CFG_TUSB_MCU == OPT_MCU_VALENTYUSB_EPTRI)

#ifndef DEBUG
#define DEBUG 0
#endif
Expand All @@ -32,10 +36,6 @@
#define LOG_USB 0
#endif

#include "tusb_option.h"

#if TUSB_OPT_DEVICE_ENABLED && (CFG_TUSB_MCU == OPT_MCU_VALENTYUSB_EPTRI)

#include "device/dcd.h"
#include "dcd_eptri.h"
#include "csr.h"
Expand Down

0 comments on commit c8641ee

Please sign in to comment.