diff options
Diffstat (limited to 'users/drashna/config.h')
-rw-r--r-- | users/drashna/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/users/drashna/config.h b/users/drashna/config.h index 26c989d7f5..87050fbcc7 100644 --- a/users/drashna/config.h +++ b/users/drashna/config.h @@ -1,5 +1,4 @@ -#ifndef USERSPACE_CONFIG_H -#define USERSPACE_CONFIG_H +#pragma once #ifdef AUDIO_ENABLE @@ -71,5 +70,6 @@ #define DISABLE_LEADER -#endif // !USERSPACE_CONFIG_H +#define MACRO_TIMER 5 + |