https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: dea513e1d158634b7026e1354128c9ffac40984f authored by Giovanni Condello on 25 April 2014, 14:00:51 UTC
AK4950: Correctly handle register number on read operations
Tip revision: dea513e
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