Skip to content
Snippets Groups Projects
Commit 18f45d2e authored by Paul Sokolovsky's avatar Paul Sokolovsky Committed by Damien George
Browse files

extmod/moductypes: Remove BITFIELD from aggregate types enum.

This value is unused. It was an artifact of early draft design, but
bitfields were optimized to use scalar one-word encoding, to allow
compact encoding of typical multiple bitfields in MCU control
registers.
parent d251f266
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ enum {
#define AGG_TYPE_BITS 2
enum {
STRUCT, PTR, ARRAY, BITFIELD,
STRUCT, PTR, ARRAY,
};
// Here we need to set sign bit right
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment