Rev 1555 | Rev 1764 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1555 | Rev 1582 | ||
|---|---|---|---|
| Line 28... | Line 28... | ||
| 28 | 28 | ||
| 29 | #ifdef sns_Serial_USEEEPROM |
29 | #ifdef sns_Serial_USEEEPROM |
| 30 | struct sns_Serial_Data{ |
30 | struct sns_Serial_Data{ |
| 31 | uint32_t baudRate; |
31 | uint32_t baudRate; |
| 32 | uint16_t format; |
32 | uint16_t format; |
| - | 33 | uint8_t databits; |
|
| - | 34 | uint8_t stopbits; |
|
| - | 35 | uint8_t parityMode; |
|
| 33 | }; |
36 | }; |
| 34 | #endif |
37 | #endif |
| 35 | 38 | ||
| 36 | #endif // SNS_SERIAL |
39 | #endif // SNS_SERIAL |