aboutsummaryrefslogtreecommitdiff
path: root/apps/modbus/nuttx/portother.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/modbus/nuttx/portother.c')
-rw-r--r--apps/modbus/nuttx/portother.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/modbus/nuttx/portother.c b/apps/modbus/nuttx/portother.c
index d74d28de3..12f79defe 100644
--- a/apps/modbus/nuttx/portother.c
+++ b/apps/modbus/nuttx/portother.c
@@ -58,9 +58,9 @@ vMBPortLogFile( FILE * fNewLogFile )
}
void
-vMBPortLog( eMBPortLogLevel eLevel, const CHAR * szModule, const CHAR * szFmt, ... )
+vMBPortLog( eMBPortLogLevel eLevel, const char * szModule, const char * szFmt, ... )
{
- CHAR szBuf[512];
+ char szBuf[512];
int i;
va_list args;
FILE *fOutput = fLogFile == NULL ? stderr : fLogFile;