https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 9eb24c9b5113fdfd0a72c644f62093ef9cf55057 authored by alex@thinkpad on 01 April 2018, 18:15:35 UTC
Menu: slowdown keyrepeat handling to make touch menu navigation a little more usable
Tip revision: 9eb24c9
boot-hack.h
#ifndef __BOOT_HACK_H_
#define __BOOT_HACK_H_

int magic_is_off();
void _disable_ml_startup();

/* Blocks execution until config is read */
void hold_your_horses();

#endif // __BOOT_HACK_H
back to top