[ion] Set the backlight on boot

Change-Id: Ifdb7a14ff4667633b6aed85fc61b88dd4467b3bf
This commit is contained in:
Romain Goyet
2016-08-29 13:28:24 +02:00
parent 14cf96157c
commit 55ce65be9c

View File

@@ -30,6 +30,8 @@ void Ion::Device::init() {
Display::Device::init();
Keyboard::Device::init();
Battery::Device::init();
Display::setBacklightIntensity(0xFF);
}
void Ion::Device::initClocks() {