This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 74b0e8c2c8b602495d87a0d76d63a969e7289edd Author: raiden00pl <raide...@railab.me> AuthorDate: Tue Mar 14 10:35:13 2023 +0100 arch/nrf53: rename nrf53_gpioe.h to nrf53_gpiote.h --- arch/arm/src/nrf53/hardware/{nrf53_gpioe.h => nrf53_gpiote.h} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/nrf53/hardware/nrf53_gpioe.h b/arch/arm/src/nrf53/hardware/nrf53_gpiote.h similarity index 99% rename from arch/arm/src/nrf53/hardware/nrf53_gpioe.h rename to arch/arm/src/nrf53/hardware/nrf53_gpiote.h index 49285cbf0f..aa2239580d 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_gpioe.h +++ b/arch/arm/src/nrf53/hardware/nrf53_gpiote.h @@ -1,5 +1,5 @@ /**************************************************************************** - * arch/arm/src/nrf53/hardware/nrf53_gpioe.h + * arch/arm/src/nrf53/hardware/nrf53_gpiote.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with