summaryrefslogtreecommitdiffstats
path: root/nuttx/include/nuttx/analog/dac.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/nuttx/analog/dac.h')
-rw-r--r--nuttx/include/nuttx/analog/dac.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/include/nuttx/analog/dac.h b/nuttx/include/nuttx/analog/dac.h
index 524c66507b..655fdbfcf6 100644
--- a/nuttx/include/nuttx/analog/dac.h
+++ b/nuttx/include/nuttx/analog/dac.h
@@ -8,7 +8,7 @@
* Derived from include/nuttx/can.h
*
* Copyright (C) 2008, 2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * 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
@@ -39,8 +39,8 @@
*
************************************************************************************/
-#ifndef __NUTTX_DAC_H
-#define __NUTTX_DAC_H
+#ifndef __INCLUDE_NUTTX_ANALOG_DAC_H
+#define __INCLUDE_NUTTX_ANALOG_DAC_H
/************************************************************************************
* Included Files
@@ -209,4 +209,4 @@ FAR struct dac_dev_s *up_ad5410initialize(FAR struct spi_dev_s *spi, unsigned in
}
#endif
-#endif /* __NUTTX_DAC_H */
+#endif /* __INCLUDE_NUTTX_ANALOG_DAC_H */