Bug-AGL: SPEC-2991
Change-Id: I9ebea118770a9ffe0dd4321408643e76250e3635
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
if(new_start_byte >= length)
{
- AFB_ERROR("Error in description of signals");
+ AFB_ERROR("Error in signal's description");
return decoded_value;
}
* @brief Allows to encode data for a signal
*
* @param sig The signal to know its location
- * @param data The data to encod
+ * @param data The data to encode
* @param filter If true that will generate the filter BCM for the signal
* @param factor If true that will use the factor of the signal else 1
* @param offset If true that will use the offset of the signal else 0