Don't use C++ comments

This commit is contained in:
goldsimon 2010-02-09 13:18:08 +00:00
parent 9c17b2eb87
commit b5212c5d60
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ sensorentry_set_test_a(u8_t rid, struct obj_def *od, u16_t len, void *value)
LWIP_UNUSED_ARG(len);
LWIP_UNUSED_ARG(value);
/* sensors are read-only */
return 1; // 0 -> read only, != 0 -> read/write
return 1; /* 0 -> read only, != 0 -> read/write */
}
static void