https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 747da147152936a75718b7e0c9fb21a25abbe761 authored by Daniel Fort on 19 December 2018, 18:11:43 UTC
Closed branch unified-600D-audio_meters_fix
Tip revision: 747da14
boot-hack.h
#ifndef __BOOT_HACK_H_
#define __BOOT_HACK_H_

unsigned short 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