forked from mirror/qmk_firmware
Moved USBtoSerial demo the Projects directory, as it is simply an expanded CDC demo. Added const qualifier to Endpoint/Pipe stream write routines.
This commit is contained in:
@@ -26,8 +26,12 @@ all:
|
||||
make -C MissileLauncher clean
|
||||
make -C MissileLauncher all
|
||||
|
||||
make -C USBtoSerial clean
|
||||
make -C USBtoSerial all
|
||||
|
||||
%:
|
||||
make -C AVRISP $@
|
||||
make -C Benito $@
|
||||
make -C Magstripe $@
|
||||
make -C MissileLauncher $@
|
||||
make -C USBtoSerial $@
|
||||
|
||||
Reference in New Issue
Block a user