Rev 1642 | Rev 2004 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1642 | Rev 1916 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | 35 | ||
| 36 | // Intel HEX record types |
36 | // Intel HEX record types |
| 37 | #define INTELHEX_RT_DATA 0x00 |
37 | #define INTELHEX_RT_DATA 0x00 |
| 38 | #define INTELHEX_RT_END 0x01 |
38 | #define INTELHEX_RT_END 0x01 |
| 39 | 39 | ||
| 40 | Code::Code() : LOG( |
40 | Code::Code() : data_(MAX_BUFFER_SIZE), LOG("control::code") |
| 41 | { |
41 | { |
| 42 | this->Reset(); |
42 | this->Reset(); |
| 43 | } |
43 | } |
| 44 | 44 | ||
| 45 | Code::~Code() |
45 | Code::~Code() |