projects
/
svn42.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac71234
)
foo
author
Othmar Gsenger
<otti@realraum.at>
Wed, 14 Dec 2011 01:53:28 +0000
(
01:53
+0000)
committer
Othmar Gsenger
<otti@realraum.at>
Wed, 14 Dec 2011 01:53:28 +0000
(
01:53
+0000)
rf433rcv/teensy/example.c
patch
|
blob
|
history
diff --git
a/rf433rcv/teensy/example.c
b/rf433rcv/teensy/example.c
index
7052626
..
063e26a
100644
(file)
--- a/
rf433rcv/teensy/example.c
+++ b/
rf433rcv/teensy/example.c
@@
-113,7
+113,7
@@
int main(void)
capture=0;
else if (read_buffer[0]=='f') //fill send buffer
{
- uint8_t buffer_pos = 1;
+ int8_t buffer_pos = 1;
if(!rf_send_buf_offset) {
rf_send_buf_len=read_buffer[2] | (read_buffer[1]<<8); //rf_send_buf_offset*8;
buffer_pos+=2;