Files
Upsilon/ion/src/device/bench/runner.cpp
2019-10-17 11:53:48 +02:00

9 lines
208 B
C++

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