Browse Source
Taking a cue from `nrfx/templates`, introduce this file so that it can be overridden out-of-tree to add external nRF product definitions. Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>pull/78240/head
2 changed files with 13 additions and 1 deletions
@ -0,0 +1,12 @@
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Copyright (c) 2023 - 2024, Nordic Semiconductor ASA |
||||
* |
||||
* SPDX-License-Identifier: Apache-2.0 |
||||
*/ |
||||
|
||||
#ifndef NRFX_CONFIG_EXT_H__ |
||||
#define NRFX_CONFIG_EXT_H__ |
||||
|
||||
#error "Unknown device." |
||||
|
||||
#endif /* NRFX_CONFIG_EXT_H__ */ |
Loading…
Reference in new issue