https://bitbucket.org/hudson/magic-lantern
Revision b96d4b7abbe376ee76b7d52193d1113286604621 authored by Daniel Fort on 02 July 2017, 14:28:40 UTC, committed by Daniel Fort on 02 July 2017, 14:28:40 UTC
1 parent 421a3c0
Raw File
Tip revision: b96d4b7abbe376ee76b7d52193d1113286604621 authored by Daniel Fort on 02 July 2017, 14:28:40 UTC
Incorporated pull request #842 to fix Autoexposure module
Tip revision: b96d4b7
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