Skip to content

Commit 94e1cbc

Browse files
authored
Merge pull request #2954 from c1728p9/ncs36510_fix
Fix ncs36510 by updating header guard
2 parents 483d3fd + 6375b8c commit 94e1cbc

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

features/nanostack/FEATURE_NANOSTACK/targets/TARGET_NCS36510/NanostackRfPhyNcs36510.cpp

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
/*
2-
* Copyright (c) 2016, ARM Limited, All Rights Reserved
3-
*/
2+
* Copyright (c) 2016-2016 ARM Limited. All rights reserved.
3+
* SPDX-License-Identifier: Apache-2.0
4+
* Licensed under the Apache License, Version 2.0 (the License); you may
5+
* not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an AS IS BASIS, WITHOUT
12+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
416

517
#include "ns_types.h"
618
#include <string.h>

features/nanostack/FEATURE_NANOSTACK/targets/TARGET_NCS36510/NanostackRfPhyNcs36510.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
#ifndef NANOSTACK_PHY_NCS36510_H_
18-
#define NANOSTACK_PHY_MCR20A_H_
18+
#define NANOSTACK_PHY_NCS36510_H_
1919

2020
#include "mbed.h"
2121
#include "NanostackRfPhy.h"
@@ -30,4 +30,4 @@ class NanostackRfPhyNcs36510 : public NanostackRfPhy {
3030
void set_mac_address(uint8_t *mac);
3131
};
3232

33-
#endif /* NANOSTACK_PHY_MCR20A_H_ */
33+
#endif /* NANOSTACK_PHY_NCS36510_H_ */

0 commit comments

Comments
 (0)