Rev 1449 | Rev 1582 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1449 | Rev 1555 | ||
|---|---|---|---|
| Line 26... | Line 26... | ||
| 26 | void sns_Serial_List(uint8_t ModuleSequenceNumber); |
26 | void sns_Serial_List(uint8_t ModuleSequenceNumber); |
| 27 | 27 | ||
| 28 | 28 | ||
| 29 | #ifdef sns_Serial_USEEEPROM |
29 | #ifdef sns_Serial_USEEEPROM |
| 30 | struct sns_Serial_Data{ |
30 | struct sns_Serial_Data{ |
| 31 | ///TODO: Define EEPROM variables needed by the module |
- | |
| 32 |
|
31 | uint32_t baudRate; |
| 33 | uint16_t |
32 | uint16_t format; |
| 34 | }; |
33 | }; |
| 35 | #endif |
34 | #endif |
| 36 | 35 | ||
| 37 | #endif // SNS_SERIAL |
36 | #endif // SNS_SERIAL |