merge default

This commit is contained in:
Stefan Rupp 2014-08-15 22:44:56 +02:00
commit 4767404675

View File

@ -187,6 +187,7 @@ void led1642gw_init(void)
DDR_LE |= (1<<PIN_LE);
memset(ledbuffer, 0x00, sizeof(ledbuffer));
memset(config_reg, 0x00, sizeof(config_reg));
led1642gw_flush_config();
led1642gw_flush();
}