write default values for configuration to LED1642GW

This commit is contained in:
Stefan Rupp 2014-08-15 22:42:58 +02:00
parent 5d0ed0a5e2
commit d6cce7d39c

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();
}