fixed submodule instructions (no cmake for libopencm3)

This commit is contained in:
Michael Ossmann
2014-03-13 08:44:28 -06:00
parent 7c3f6340ed
commit 08927ab50b

View File

@ -18,9 +18,7 @@ submodule:
$ cd .. $ cd ..
$ git submodule init $ git submodule init
$ git submodule update $ git submodule update
$ mkdir firmware/libopencm3/build $ cd firmware/libopencm3
$ cd firmware/libopencm3/build
$ cmake ../
$ make $ make