* Allow COPTIM to be set outside Makefile

* Use -Wall -Werror
* Fix some warnings
This commit is contained in:
2011-05-18 09:55:02 +00:00
parent b3f0bbf7c9
commit 4d37c82b12
5 changed files with 7 additions and 6 deletions

1
wmp.c
View File

@@ -13,6 +13,7 @@ bool wmp_init(void)
if (!i2c_send_data(0x04))
return FALSE;
i2c_send_stop();
return TRUE;
}
unsigned char wmp_calibration_data[0x20];