Skip to content

Commit

Permalink
bricks/ev3: Temporarily disable floating point.
Browse files Browse the repository at this point in the history
Make some things easier to compile.
  • Loading branch information
laurensvalk committed Jun 10, 2024
1 parent f112d9f commit ca16393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bricks/ev3/mpconfigport.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define PYBRICKS_PY_COMMON_LIGHT_ARRAY (0)
#define PYBRICKS_PY_COMMON_LIGHT_MATRIX (0)
#define PYBRICKS_PY_COMMON_LOGGER (1)
#define PYBRICKS_PY_COMMON_MOTOR_MODEL (1)
#define PYBRICKS_PY_COMMON_MOTOR_MODEL (0)
#define PYBRICKS_PY_COMMON_MOTORS (1)
#define PYBRICKS_PY_COMMON_SPEAKER (1)
#define PYBRICKS_PY_COMMON_SYSTEM (1)
Expand All @@ -44,7 +44,7 @@

// Pybricks options
#define PYBRICKS_OPT_COMPILER (1)
#define PYBRICKS_OPT_FLOAT (1)
#define PYBRICKS_OPT_FLOAT (0)
#define PYBRICKS_OPT_TERSE_ERR (0)
#define PYBRICKS_OPT_EXTRA_MOD (1)
#define PYBRICKS_OPT_CUSTOM_IMPORT (1)
Expand Down

0 comments on commit ca16393

Please sign in to comment.