| 123456789101112131415161718 |
- #ifndef _CFG_PWM_H_
- #define _CFG_PWM_H_
- /*!
- * \file cfg/pwm.h
- * \brief Quadratur encoder configuration.
- *
- * When using the Configurator, a file with the same name may be created in the
- * build tree, which replaces this file.
- *
- * \verbatim
- *
- * $Id: pwm.h 5242 2013-07-19 09:44:38Z u_bonnes $
- *
- * \endverbatim
- */
- #endif
|