1
0
mirror of https://github.com/hathach/tinyusb.git synced 2025-03-20 13:20:50 +00:00

change feather/metro m4_express button to D5

This commit is contained in:
hathach 2019-09-01 11:20:22 +07:00
parent f02a24a10f
commit c6f356b4f4
2 changed files with 2 additions and 2 deletions
hw/bsp
feather_m4_express
metro_m4_express

@ -36,7 +36,7 @@
// MACRO TYPEDEF CONSTANT ENUM DECLARATION
//--------------------------------------------------------------------+
#define LED_PIN 23
#define BUTTON_PIN 22 // pin D12
#define BUTTON_PIN 16 // pin D5
/* Referenced GCLKs, should be initialized firstly */
#define _GCLK_INIT_1ST 0xFFFFFFFF

@ -36,7 +36,7 @@
// MACRO TYPEDEF CONSTANT ENUM DECLARATION
//--------------------------------------------------------------------+
#define LED_PIN 16
#define BUTTON_PIN 17 // pin D12
#define BUTTON_PIN (14 + 32) // pin D5
/* Referenced GCLKs, should be initialized firstly */
#define _GCLK_INIT_1ST 0xFFFFFFFF