diff options
Diffstat (limited to 'lib/chibios-contrib/ext/mcux-sdk/devices/LPC51U68/drivers/fsl_power.c')
-rw-r--r-- | lib/chibios-contrib/ext/mcux-sdk/devices/LPC51U68/drivers/fsl_power.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/chibios-contrib/ext/mcux-sdk/devices/LPC51U68/drivers/fsl_power.c b/lib/chibios-contrib/ext/mcux-sdk/devices/LPC51U68/drivers/fsl_power.c new file mode 100644 index 000000000..6cbd5e1e6 --- /dev/null +++ b/lib/chibios-contrib/ext/mcux-sdk/devices/LPC51U68/drivers/fsl_power.c | |||
@@ -0,0 +1,20 @@ | |||
1 | /* | ||
2 | * Copyright (c) 2016, Freescale Semiconductor, Inc. | ||
3 | * Copyright 2016, NXP | ||
4 | * All rights reserved. | ||
5 | * | ||
6 | * | ||
7 | * SPDX-License-Identifier: BSD-3-Clause | ||
8 | */ | ||
9 | #include "fsl_common.h" | ||
10 | #include "fsl_power.h" | ||
11 | /* Component ID definition, used by tools. */ | ||
12 | #ifndef FSL_COMPONENT_ID | ||
13 | #define FSL_COMPONENT_ID "platform.drivers.power" | ||
14 | #endif | ||
15 | |||
16 | /******************************************************************************* | ||
17 | * Code | ||
18 | ******************************************************************************/ | ||
19 | |||
20 | /* Empty file since implementation is in header file and power library */ | ||