* 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
main.c
View File

@@ -228,7 +228,6 @@ void average_sample(void)
int main(void) {
int i;
int data;
init_uart();
init_i2c();
init_pins();