From b2c2c72d381ab1b32fa5b5fc4e890fef6c2bf1e0 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Thu, 4 Oct 2012 08:36:46 -0400 Subject: put flash writes in a mutex lock --- flash.h | 1 - 1 file changed, 1 deletion(-) (limited to 'flash.h') diff --git a/flash.h b/flash.h index 739fefa..c2d3b0e 100644 --- a/flash.h +++ b/flash.h @@ -5,7 +5,6 @@ #include void initFlash(FlashStruct *mem, gboolean reset_to_defaults, int starting_location); -int readUserBlock(FlashStruct *mem); void writeUserBlock(FlashStruct *mem, int addr, int numbytes); void fixFlash(FlashStruct *mem); -- cgit