mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
nrf52_ppi: minor naming fixes in comments/include guards
This commit is contained in:
committed by
Mateusz Szafoni
parent
b198690c06
commit
de40f628bc
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* arch/arm/src/chip/nrf52_ppi.c
|
||||
* arch/arm/src/nrf52/nrf52_ppi.c
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* arch/arm/src/chip/nrf52_ppi.h
|
||||
* arch/arm/src/nrf52/nrf52_ppi.h
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_CHIP_NRF52_PPI_H
|
||||
#define __ARCH_ARM_SRC_CHIP_NRF52_PPI_H
|
||||
#ifndef __ARCH_ARM_SRC_NRF52_NRF52_PPI_H
|
||||
#define __ARCH_ARM_SRC_NRF52_NRF52_PPI_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@@ -150,4 +150,4 @@ void nrf52_ppi_grp_enable(uint8_t group, bool enable);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // __ARCH_ARM_SRC_CHIP_NRF52_PPI_H
|
||||
#endif // __ARCH_ARM_SRC_NRF52_NRF52_PPI_H
|
||||
|
||||
Reference in New Issue
Block a user