repo.or.cz
/
pic-uart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Convert from 20MHz to 4 MHz
[pic-uart.git]
/
Makefile
blob
da10ca9eda6145d377d0b678844804da36dc4d7b
1
CC
=
sdcc
2
CFLAGS
= --
debug
-
mpic14
-
p16f628a
3
4
test
.hex
:
test
.c
5
$(
CC
) $(
CFLAGS
)
test
.c