https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 0a874956bbf2dfc1cdcf125deff4a09ec391b45e authored by a1ex on 08 June 2015, 07:51:12 UTC
Close branch dof-info
Tip revision: 0a87495
misc.c
// misc functions specific to 5D3/113

#include <dryos.h>
#include <property.h>
#include <bmp.h>
#include <config.h>
#include <consts.h>
#include <lens.h>
#include <version.h>

// dummy stubs
void bootflag_write_bootblock(){};
back to top