diff options
author | vetch <vetch97@gmail.com> | 2019-10-22 16:40:22 +0200 |
---|---|---|
committer | vetch <vetch97@gmail.com> | 2019-10-22 16:40:22 +0200 |
commit | 10a4f2122ef1e031d3e7e79a4385919125eb9670 (patch) | |
tree | 4431134061deaf7c2a736ed271a731fbcac7cca8 /Makefile | |
parent | f931740069a9715eff5131afa5e3657785431583 (diff) | |
download | rpi-MMU-example-10a4f2122ef1e031d3e7e79a4385919125eb9670.tar.gz rpi-MMU-example-10a4f2122ef1e031d3e7e79a4385919125eb9670.zip |
Correct rs232
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ run-on-rpi : kernel7.img pipe_image sleep 1 screen /dev/ttyUSB0 115200,cs8,-parenb,-cstopb,-hupcl -pipe_image : pipe_image.c RS-232/rs232.c +pipe_image : pipe_image.c lib/rs232/rs232.c gcc -Wall -std=gnu99 -O3 $^ -o $@ clean : |