Skip to content
Snippets Groups Projects
Commit c408ed9f authored by Damien George's avatar Damien George
Browse files

py/mpconfig.h: Remove spaces in "Micro Python" and remove blank line.

parent a9261190
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,6 @@
// Str and float stored as O = R + 0x80800000, retrieved as R = O - 0x80800000.
// This makes strs easier to encode/decode as they have zeros in the top 9 bits.
// This scheme only works with 32-bit word size and float enabled.
#define MICROPY_OBJ_REPR_C (2)
// A MicroPython object is a 64-bit word having the following form (called R):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment