From: gnawali Date: Sat, 9 Feb 2008 05:44:09 +0000 (+0000) Subject: change length to 8 bits. X-Git-Tag: release_tinyos_2_1_0_0~566 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=40202137a8cef14d7e36a6d4ec79f8e81ebc1bc7 change length to 8 bits. --- diff --git a/tos/interfaces/Intercept.nc b/tos/interfaces/Intercept.nc index 69ae6976..0a18a105 100644 --- a/tos/interfaces/Intercept.nc +++ b/tos/interfaces/Intercept.nc @@ -28,5 +28,5 @@ interface Intercept { * indicates that it should not be forwarded. * */ - event bool forward(message_t* msg, void* payload, uint16_t len); + event bool forward(message_t* msg, void* payload, uint8_t len); }