This is an automated email from the ASF dual-hosted git repository. raiden00 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit de40f628bcdd655308a9a8a0f407ca628dfe2b52 Author: Matias N <mat...@protobits.dev> AuthorDate: Mon Aug 24 13:11:33 2020 -0300 nrf52_ppi: minor naming fixes in comments/include guards --- arch/arm/src/nrf52/nrf52_ppi.c | 2 +- arch/arm/src/nrf52/nrf52_ppi.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm/src/nrf52/nrf52_ppi.c b/arch/arm/src/nrf52/nrf52_ppi.c index 6ca0c12..dcc6d41 100644 --- a/arch/arm/src/nrf52/nrf52_ppi.c +++ b/arch/arm/src/nrf52/nrf52_ppi.c @@ -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 diff --git a/arch/arm/src/nrf52/nrf52_ppi.h b/arch/arm/src/nrf52/nrf52_ppi.h index 80bba3d..299eda8 100644 --- a/arch/arm/src/nrf52/nrf52_ppi.h +++ b/arch/arm/src/nrf52/nrf52_ppi.h @@ -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