Skip to content

bugfix: length type too short

Cédric Roux requested to merge bugfix-f1-du-to-cu-len into develop

On a setup, length of cellGroupConfig was > 255.

Using uint8_t to store the length is thus wrong and gives a bad encoding of the cellGroupConfig.

So let's use uint32_t to store length instead of uint8_t.

Merge request reports