nrf52_ppi: minor naming fixes in comments/include guards

This commit is contained in:
Matias N
2020-08-24 13:11:33 -03:00
committed by Mateusz Szafoni
parent b198690c06
commit de40f628bc
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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
+4 -4
View File
@@ -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