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/incubator-nuttx.git

commit 171cc38ac2c46e0920bc3c88093299be838fc965
Author: leomarradke <leo...@falker.com.br>
AuthorDate: Mon Aug 3 20:41:10 2020 -0300

    arch: samd5e5 : Add watchdog timer drivers.
    
    boards: metro-m4  Add support for starting the watchdog timer on the 
metro-m4.
    
    Testing:
    - Build check only
    
    Signed-off-by: Leomar Mateus Radke  <leo...@falker.com.br>
---
 arch/arm/src/samd5e5/hardware/sam_wdt.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/src/samd5e5/hardware/sam_wdt.h 
b/arch/arm/src/samd5e5/hardware/sam_wdt.h
index f6911b5..9d1d98b 100644
--- a/arch/arm/src/samd5e5/hardware/sam_wdt.h
+++ b/arch/arm/src/samd5e5/hardware/sam_wdt.h
@@ -143,4 +143,4 @@
  * Public Data
  ****************************************************************************/
 
-#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_WDT_H */
+#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_WDT_H */
\ No newline at end of file

Reply via email to