Rev 2167 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2167 | Rev 2172 | ||
---|---|---|---|
Line 55... | Line 55... | ||
55 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
55 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
Line 56... | Line 56... | ||
56 | 56 | ||
57 | #include "sbus.h" |
57 | #include "sbus.h" |
Line 58... | Line 58... | ||
58 | #include "main.h" |
58 | #include "main.h" |
- | 59 | ||
59 | 60 | // #if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__)) |
|
Line 60... | Line 61... | ||
60 | #if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__)) |
61 | |
61 | unsigned char NewSBusData = 0, sBusBuffer[25]; |
62 | unsigned char NewSBusData = 0, sBusBuffer[25]; |
62 | 63 | ||
Line 194... | Line 195... | ||
194 | NewPpmData = 0; // Null bedeutet: Neue Daten |
195 | NewPpmData = 0; // Null bedeutet: Neue Daten |
195 | } |
196 | } |
196 | NewSBusData = 0; |
197 | NewSBusData = 0; |
197 | } |
198 | } |
Line 198... | Line 199... | ||
198 | 199 |