aboutsummaryrefslogtreecommitdiff
path: root/platform/ext/target/nordic_nrf/nrf5340pdk_nrf5340_cpuapp/nrf_board.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ext/target/nordic_nrf/nrf5340pdk_nrf5340_cpuapp/nrf_board.h')
-rw-r--r--platform/ext/target/nordic_nrf/nrf5340pdk_nrf5340_cpuapp/nrf_board.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/platform/ext/target/nordic_nrf/nrf5340pdk_nrf5340_cpuapp/nrf_board.h b/platform/ext/target/nordic_nrf/nrf5340pdk_nrf5340_cpuapp/nrf_board.h
deleted file mode 100644
index e7efd128b8..0000000000
--- a/platform/ext/target/nordic_nrf/nrf5340pdk_nrf5340_cpuapp/nrf_board.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Copyright (c) 2020 Nordic Semiconductor ASA. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef NRF_BOARD_H__
-#define NRF_BOARD_H__
-
-#include <hal/nrf_gpio.h>
-
-#define BUTTON1_PIN (23UL)
-#define BUTTON1_ACTIVE_LEVEL (0UL)
-#define BUTTON1_PULL (NRF_GPIO_PIN_PULLUP)
-#define LED1_PIN (28UL)
-#define LED1_ACTIVE_LEVEL (0UL)
-
-#endif // NRF_BOARD_H__