blob: f369797a5ed8e0a6ffa8aab20b3cf3df49b5abb1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* General configuration settings for various options specific to Calc.
*/
#ifndef CONFIG_OPTIONS_CALC_H
#define CONFIG_OPTIONS_CALC_H
#define ENABLE_FORMULA_LOGGER 0
#endif
|