From 8946755340646a832a45a55be78e6605851130f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 7 Feb 2016 12:32:54 +0100 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b7d0dd..30ab571 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ You may also adjust the baudrate (`-b 57600`). Some boards need 115200 or a diff You can look what the Arduino IDE is using - it's running avrdude too. -### adjusting the Makefile +### Adding files to the Makefile - If you *add a new C file* to the project, add an entry for it's `.o` (object file, created by the compiler before linking) to the `OBJS` list in the Makefile.