From 6d2bcd43a9a90e4be63c1bc29f14882a8db536df Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 24 Jul 2012 15:10:21 +0000 Subject: Remove BOTHER git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4972 42af7a65-404d-4744-a932-0658087f49c3 --- apps/modbus/mb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/modbus/mb.c') diff --git a/apps/modbus/mb.c b/apps/modbus/mb.c index 0e5c8a920..209b1274c 100644 --- a/apps/modbus/mb.c +++ b/apps/modbus/mb.c @@ -130,7 +130,7 @@ static xMBFunctionHandler xFuncHandlers[CONFIG_MB_FUNC_HANDLERS_MAX] = { /* ----------------------- Start implementation -----------------------------*/ eMBErrorCode -eMBInit( eMBMode eMode, uint8_t ucSlaveAddress, uint8_t ucPort, uint32_t ulBaudRate, eMBParity eParity ) +eMBInit( eMBMode eMode, uint8_t ucSlaveAddress, uint8_t ucPort, speed_t ulBaudRate, eMBParity eParity ) { eMBErrorCode eStatus = MB_ENOERR; -- cgit v1.2.3