Revision 1678f270 modules/LightRing_1-0/halconf.h

View differences:

modules/LightRing_1-0/halconf.h
1 1
/*
2 2
AMiRo-OS is an operating system designed for the Autonomous Mini Robot (AMiRo) platform.
3
Copyright (C) 2016..2018  Thomas Schöpping et al.
3
Copyright (C) 2016..2019  Thomas Schöpping et al.
4 4

  
5 5
This program is free software: you can redistribute it and/or modify
6 6
it under the terms of the GNU General Public License as published by
......
196 196
#define HAL_USE_WDG                         FALSE
197 197
#endif
198 198

  
199
/**
200
 * @brief   Enables the QEI subsystem.
201
 */
202
#if !defined(HAL_USE_QEI) || defined(__DOXYGEN__)
203
#define HAL_USE_QEI                         FALSE
204
#endif
205

  
206 199
/*===========================================================================*/
207 200
/* PAL driver related settings.                                              */
208 201
/*===========================================================================*/

Also available in: Unified diff