From 489a7d24564d85fcad3a1b6fe92defb3a7514b16 Mon Sep 17 00:00:00 2001 From: hadaq Date: Fri, 19 Nov 2010 19:35:07 +0000 Subject: [PATCH] update debug msg --- trbrich/trbrichcmd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/trbrich/trbrichcmd.c b/trbrich/trbrichcmd.c index f775c17..0bdccca 100644 --- a/trbrich/trbrichcmd.c +++ b/trbrich/trbrichcmd.c @@ -15,7 +15,7 @@ static const uint16_t BroadCastRich = 0xfffb; -static const char trbrichcmd_version[] = "$Revision: 1.12 $"; +static const char trbrichcmd_version[] = "$Revision: 1.13 $"; static const uint16_t adcm_uid_register = 0xc000; @@ -101,14 +101,14 @@ int main(int argc, char** argv) } if (trb_register_write(trb_address, adcm_uid_register, 0) == -1) { - trb_error("Error read temperature"); + trb_error("Error read uid"); exit(EXIT_FAILURE); } status = trb_register_read_mem(trb_address, adcm_uid_register, 0, 64, buffer, BUFFER_SIZE); if (status == -1) { - trb_error("Error read temperature"); + trb_error("Error read uid"); exit(EXIT_FAILURE); } -- 2.43.0