comparison packages/io/serial/current/tests/ser_test_protocol.inl @ 16:4f2df4ab82c8 ecos-sw-1999-06-18

Merge from eCos master repository on 1999-06-18-15:25:04-BST
author jlarmour
date Fri, 18 Jun 1999 07:59:09 +0000
parents d3fbcdfa1b2f
children 5f5102441818
comparison
equal deleted inserted replaced
15:c0d8793d9978 16:4f2df4ab82c8
211 211
212 //---------------------------------------------------------------------------- 212 //----------------------------------------------------------------------------
213 // A few predefined configurations. These must all be valid for any 213 // A few predefined configurations. These must all be valid for any
214 // given target until change_config is behaving correctly. 214 // given target until change_config is behaving correctly.
215 cyg_ser_cfg_t test_configs[] = { 215 cyg_ser_cfg_t test_configs[] = {
216
217 #if !defined(CYGPKG_HAL_MIPS_TX39_JMR3904) && !defined(CYGPKG_HAL_ARM_PID) 216 #if !defined(CYGPKG_HAL_MIPS_TX39_JMR3904) && !defined(CYGPKG_HAL_ARM_PID)
218 { CYGNUM_SERIAL_BAUD_9600, CYGNUM_SERIAL_WORD_LENGTH_8, 217 { CYGNUM_SERIAL_BAUD_9600, CYGNUM_SERIAL_WORD_LENGTH_8,
219 CYGNUM_SERIAL_STOP_1, CYGNUM_SERIAL_PARITY_NONE }, 218 CYGNUM_SERIAL_STOP_1, CYGNUM_SERIAL_PARITY_NONE },
220 #endif 219 #endif
221 220