https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 11bb2599435ca259052ae8c4006ad287d97b35ff authored by a1ex on 31 March 2016, 18:06:00 UTC
Close branch fonts
Tip revision: 11bb259
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