summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_bkp.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/stm32/stm32_bkp.h')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_bkp.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_bkp.h b/nuttx/arch/arm/src/stm32/stm32_bkp.h
index 8436dbf62..21399c38b 100644
--- a/nuttx/arch/arm/src/stm32/stm32_bkp.h
+++ b/nuttx/arch/arm/src/stm32/stm32_bkp.h
@@ -1,8 +1,8 @@
/************************************************************************************
* arch/arm/src/stm32/stm32_bkp.h
*
- * Copyright (C) 2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2009, 2012 Gregory Nutt. All rights reserved.
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -45,4 +45,8 @@
#include "chip.h"
#include "chip/stm32_bkp.h"
+/************************************************************************************
+ * Pre-processor Definitions
+ ************************************************************************************/
+
#endif /* __ARCH_ARM_SRC_STM32_STM32_BKP_H */