DOS EOL and indentation fixes (core/ apps/ cpu/)
- Removed some DOS EOLs - Changed some tabs to spaces - Removed some trailing whitespaces Part of Pull Request #6
This commit is contained in:
parent
6c8fbd2dff
commit
713c2e5974
6 changed files with 266 additions and 266 deletions
|
@ -45,12 +45,12 @@
|
|||
#include "sys/clock.h"
|
||||
|
||||
|
||||
//#define RT_RESOLUTION RES_85US
|
||||
#ifdef RT_CONF_RESOLUTION
|
||||
#define RT_RESOLUTION RT_CONF_RESOLUTION
|
||||
#else
|
||||
//#define RT_RESOLUTION RES_85US
|
||||
#ifdef RT_CONF_RESOLUTION
|
||||
#define RT_RESOLUTION RT_CONF_RESOLUTION
|
||||
#else
|
||||
#define RT_RESOLUTION RES_171US
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define RES_341US 0
|
||||
#define RES_171US 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue