mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 23:41:18 +01:00
Names with two leading underscores are reserved in any context of the c standard, and thus must not be used. This ATmega platform used it however for defining internal stuff. This commit fixes this.