Exceptional GitLab maintenance is scheduled for June 19, 2025. The service will be unavailable between 12am and 2pm. Please do not work on the platform until an announcement indicates that maintenance is complete.
drivers/cc2500: fix wrong burst bit for register read access
The wrong BURST bit has been set to read certain registers. I guess it has only worked by chance before. See page 60 in the datasheet (top of table). 0x40 is the BURST bit for write accesses, while 0xc0 is the BURST bit for read accesses.