File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed
targets/TARGET_NXP/TARGET_LPC176X Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2006-2017 ARM Limited
1
+ /* Copyright (c) 2017-2019 ARM Limited
2
+ * SPDX-License-Identifier: Apache-2.0
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
12
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
+ *
16
+ * @section DESCRIPTION
17
+ *
18
+ * LPC1768 Reset Reason
19
+ *
15
20
*/
16
21
#include "reset_reason_api.h"
17
22
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2006-2018 ARM Limited
1
+ /* Copyright (c) 2017-2019 ARM Limited
2
+ * SPDX-License-Identifier: Apache-2.0
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
12
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
+ *
16
+ * @section DESCRIPTION
17
+ *
18
+ * LPC1768 Watchdog
19
+ *
15
20
*/
16
-
17
-
18
21
#ifdef DEVICE_WATCHDOG
19
22
20
23
#include "watchdog_api.h"
You can’t perform that action at this time.
0 commit comments