|
@@ -21,6 +21,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
#include "config_common.h"
|
|
#include "config_common.h"
|
|
#include <serial_config.h>
|
|
#include <serial_config.h>
|
|
|
|
|
|
|
|
+#define USE_I2C
|
|
|
|
+#define USE_SERIAL
|
|
|
|
+
|
|
#ifdef USE_Link_Time_Optimization
|
|
#ifdef USE_Link_Time_Optimization
|
|
// LTO has issues with macros (action_get_macro) and "functions" (fn_actions),
|
|
// LTO has issues with macros (action_get_macro) and "functions" (fn_actions),
|
|
// so just disable them
|
|
// so just disable them
|