dff4e51f5d
Change-Id: I1badbcfa259b22d742e5241bd817ea44769a771e
10 lines
181 B
C
10 lines
181 B
C
/*
|
|
* 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
|