Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb537ecc authored by bonuzzz's avatar bonuzzz
Browse files

fix wacom compile

(cherry picked from commit 6a538f74e2cbe7d362c7239593b6935b5b406477)
parent d5356711
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -598,7 +598,7 @@ int wacom_i2c_flash_w9012(struct wacom_i2c *wac_i2c, unsigned char *fw_data)
{
	bool bRet = false;
	int result, i;
	int eraseBlock[200], eraseBlockNum;
	int eraseBlock[160], eraseBlockNum;
	int iBLVer, iMpuType;
	unsigned long max_address = 0;	/* Max.address of Load data */
	unsigned long start_address = 0x2000;	/* Start.address of Load data */