Closed phsilva closed 5 years ago
Now we can use #ifdef's inside builtin files just like a normal C file.
example:
#ifdef ENABLE_VALUE value, VALUE #endif
Python code was cleanup using black https://github.com/psf/black
Now we can use #ifdef's inside builtin files just like a normal C file.
example: