Merge pull request #11762 from s-hadinger/remove_warning

Remove warning when using config_override
This commit is contained in:
Theo Arends 2021-04-17 20:18:48 +02:00 committed by GitHub
commit 85221e431d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -20,9 +20,6 @@
#ifndef _USER_CONFIG_OVERRIDE_H_ #ifndef _USER_CONFIG_OVERRIDE_H_
#define _USER_CONFIG_OVERRIDE_H_ #define _USER_CONFIG_OVERRIDE_H_
// force the compiler to show a warning to confirm that this file is included
#warning **** user_config_override.h: Using Settings from this File ****
/*****************************************************************************************************\ /*****************************************************************************************************\
* USAGE: * USAGE:
* To modify the stock configuration without changing the my_user_config.h file: * To modify the stock configuration without changing the my_user_config.h file: