mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[ion] Fix flasher build
This commit is contained in:
committed by
LeaNumworks
parent
585760bd7b
commit
7d48e84ac3
@@ -2,7 +2,7 @@
|
||||
#include "display.h"
|
||||
#include <ion.h>
|
||||
|
||||
void ion_main(int argc, char * argv[]) {
|
||||
void ion_main(int argc, const char * const argv[]) {
|
||||
// Initialize the backlight
|
||||
Ion::Backlight::init();
|
||||
// Initialize Flasher display
|
||||
|
||||
Reference in New Issue
Block a user