mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Remove the back slash from long literal string
since the back slash is only needed for the long macro definition Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Alin Jerpelea
parent
8bf8e21614
commit
2e91c07ca7
@@ -531,7 +531,7 @@ static int ds18b20_set_alarm(FAR struct ds18b20_dev_s *dev,
|
||||
if (spad[DS18B20_SPAD_TH_OFFSET] != alarm->thigh ||
|
||||
spad[DS18B20_SPAD_TL_OFFSET] != alarm->tlow)
|
||||
{
|
||||
snerr("ERROR: Expected alarm trigger does not match, " \
|
||||
snerr("ERROR: Expected alarm trigger does not match, "
|
||||
"received TH: %d, TL: %d\n",
|
||||
spad[DS18B20_SPAD_TH_OFFSET],
|
||||
spad[DS18B20_SPAD_TL_OFFSET]);
|
||||
|
||||
Reference in New Issue
Block a user