Skip to content

Commit

Permalink
Merge pull request #881 from hathach/mindmotion-followup
Browse files Browse the repository at this point in the history
follow up to pr869
  • Loading branch information
hathach committed Jun 7, 2021
2 parents 26b9fc3 + c2b85c8 commit 1b84739
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* The MIT License (MIT)
*
* Copyright (c) 2020 SE TEAM
Expand All @@ -25,12 +25,12 @@
*/

#include "tusb_option.h"
#include "reg_usb_otg_fs.h"
#include "mm32_device.h"
#include "hal_conf.h"

#if TUSB_OPT_DEVICE_ENABLED && ( CFG_TUSB_MCU == OPT_MCU_MM32F327X )

#include "reg_usb_otg_fs.h"
#include "mm32_device.h"
#include "hal_conf.h"
#include "device/dcd.h"

//--------------------------------------------------------------------+
Expand Down
3 changes: 3 additions & 0 deletions src/tusb_option.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@
// Renesas RX
#define OPT_MCU_RX63X 1400 ///< Renesas RX63N/631

// Mind Motion
#define OPT_MCU_MM32F327X 1500 ///< Mind Motion MM32F327

/** @} */

/** \defgroup group_supported_os Supported RTOS
Expand Down

0 comments on commit 1b84739

Please sign in to comment.