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.
pull/4211/merge
Paul Sokolovsky 2018-09-29 18:01:58 +03:00 zatwierdzone przez Damien George
rodzic d251f26688
commit 18f45d2e23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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