We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b076ea5 + 7ad94db commit 95a704eCopy full SHA for 95a704e
targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CYESKIT_064B0S2_4343W/cybsp_types.h
@@ -227,17 +227,17 @@ extern "C" {
227
*/
228
229
/** Arduino A0 */
230
-#define CYBSP_A0 (P10_0)
+#define CYBSP_A0 P10_0
231
/** Arduino A1 */
232
-#define CYBSP_A1 (P10_1)
+#define CYBSP_A1 P10_1
233
/** Arduino A2 */
234
-#define CYBSP_A2 (P10_2)
+#define CYBSP_A2 P10_2
235
/** Arduino A3 */
236
-#define CYBSP_A3 (P10_3)
+#define CYBSP_A3 P10_3
237
/** Arduino A4 */
238
-#define CYBSP_A4 (P10_4)
+#define CYBSP_A4 P10_4
239
/** Arduino A5 */
240
-#define CYBSP_A5 (P10_5)
+#define CYBSP_A5 P10_5
241
/** Arduino D0 */
242
#define CYBSP_D0 (P5_0)
243
/** Arduino D1 */
0 commit comments