Files
Upsilon/ion/src/device/bench/runner.cpp
2019-08-08 16:32:18 +02:00

9 lines
196 B
C++

#include <ion/src/device/bench/bench.h>
#include <ion/backlight.h>
void ion_main(int argc, char * argv[]) {
// Initialize the backlight
Ion::Backlight::init();
Ion::Device::Bench::run();
}