From cfa48f5987ee00f1ef44959cedc6e5248f2bdfb9 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 24 Feb 2013 15:46:58 +0000 Subject: =?UTF-8?q?Changed=20all=20*=5FSendByte()=20function=20prototypes?= =?UTF-8?q?=20to=20accept=20a=20void=20pointer=20for=20the=20input=20buffe?= =?UTF-8?q?r=20(thanks=20to=20Simon=20K=C3=BCppers)=20instead=20of=20a=20u?= =?UTF-8?q?int8=5Ft=20pointer.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Maintenance/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Maintenance') diff --git a/Maintenance/makefile b/Maintenance/makefile index 9fe1b6a0e..d147839a0 100644 --- a/Maintenance/makefile +++ b/Maintenance/makefile @@ -24,7 +24,7 @@ upgrade-doxygen: # Make all possible bootloaders for all targets and configurations as set by the BootloaderTest build test # and store them in a separate directory called "Bootloaders" -make_bootloaders: +bootloaders: @echo "build_bootloaders:" > BuildMakefile @printf "\t-mkdir Bootloaders 2>/dev/null\n\n" >> BuildMakefile @@ -79,4 +79,4 @@ validate-branch: validate-release: check-documentation-placeholders validate-branch -.PHONY: all upgrade-doxygen make_bootloaders check-documentation-placeholders validate-branch \ No newline at end of file +.PHONY: all upgrade-doxygen bootloaders check-documentation-placeholders validate-branch -- cgit v1.2.3