File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
targets/TARGET_Analog_Devices
TARGET_ADUCM302X/TARGET_ADUCM3029/TARGET_EV_COG_AD3029LZ
TARGET_ADUCM4X50/TARGET_ADUCM4050/TARGET_EV_COG_AD4050LZ Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2010-2017 Analog Devices, Inc.
2
+ * Copyright (c) 2010-2018 Analog Devices, Inc.
3
3
*
4
4
* All rights reserved.
5
5
*
@@ -120,6 +120,9 @@ typedef enum {
120
120
//Push buttons
121
121
PB0 = P1_00 , // BTN1
122
122
PB1 = P0_09 , // BTN2
123
+ BUTTON1 = P1_00 , // BTN1
124
+ BUTTON2 = P0_09 , // BTN2
125
+
123
126
BOOT = P1_01 ,
124
127
WAKE0 = P0_15 , // JP15 to select
125
128
WAKE1 = P1_00 , // JP8 (BTN1 jumper) to select
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2010-2017 Analog Devices, Inc.
2
+ * Copyright (c) 2010-2018 Analog Devices, Inc.
3
3
*
4
4
* All rights reserved.
5
5
*
@@ -135,6 +135,9 @@ typedef enum {
135
135
//Push buttons
136
136
PB0 = P1_00 , // BTN1
137
137
PB1 = P0_09 , // BTN2
138
+ BUTTON1 = P1_00 , // BTN1
139
+ BUTTON2 = P0_09 , // BTN2
140
+
138
141
BOOT = P1_01 ,
139
142
WAKE0 = P0_15 , // JP15 to select
140
143
WAKE1 = P1_00 , // JP8 (BTN1 jumper) to select
You can’t perform that action at this time.
0 commit comments