Skip to content

Commit

Permalink
#372 improve adc example
Browse files Browse the repository at this point in the history
  • Loading branch information
mcerdeiro committed Jan 9, 2016
1 parent dfef936 commit 920e7f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions examples/adc_dac/inc/adc_dac.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2014, Mariano Cerdeiro
/* Copyright 2014, 2016, Mariano Cerdeiro
* Copyright 2014, Pablo Ridolfi
* Copyright 2014, Juan Cecconi
* Copyright 2014, Gustavo Muro
Expand Down Expand Up @@ -33,8 +33,8 @@
*
*/

#ifndef _ADC_DAC_H_
#define _ADC_DAC_H_
#ifndef ADC_DAC_H
#define ADC_DAC_H
/** \brief Blinking ADC & DAC example header file
**
** This is a mini example of the CIAA Firmware
Expand All @@ -45,7 +45,7 @@
** @{ */
/** \addtogroup Examples CIAA Firmware Examples
** @{ */
/** \addtogroup ADC DAC ADC & DAC example header file
/** \addtogroup ADC_DAC ADC & DAC example header file
** @{ */

/*
Expand Down Expand Up @@ -74,5 +74,5 @@
/** @} doxygen end group definition */
/** @} doxygen end group definition */
/*==================[end of file]============================================*/
#endif /* #ifndef _ADC_DAC_H_ */
#endif /* #ifndef ADC_DAC_H */

6 changes: 3 additions & 3 deletions examples/adc_dac/src/adc_dac.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2014, 2015 Mariano Cerdeiro
/* Copyright 2014, 2015, 2016 Mariano Cerdeiro
* Copyright 2014, Gustavo Muro
* Copyright 2014, Pablo Ridolfi
* Copyright 2014, Juan Cecconi
Expand Down Expand Up @@ -34,7 +34,7 @@
*
*/

/** \brief Blinking Modbus example source file
/** \brief ADC DAC example source file
**
** This is a mini example of the CIAA Firmware
**
Expand All @@ -44,7 +44,7 @@
** @{ */
/** \addtogroup Examples CIAA Firmware Examples
** @{ */
/** \addtogroup ADC DAC ADC & DAC example source file
/** \addtogroup ADC_DAC ADC & DAC example source file
** @{ */

/*
Expand Down

0 comments on commit 920e7f4

Please sign in to comment.