Revision d54d2f07 Target/Source/ARMCM4_STM32/can.h

View differences:

Target/Source/ARMCM4_STM32/can.h
23 23
* You should have received a copy of the GNU General Public License along with OpenBLT.
24 24
* If not, see <http://www.gnu.org/licenses/>.
25 25
*
26
* A special exception to the GPL is included to allow you to distribute a combined work 
27
* that includes OpenBLT without being obliged to provide the source code for any 
26
* A special exception to the GPL is included to allow you to distribute a combined work
27
* that includes OpenBLT without being obliged to provide the source code for any
28 28
* proprietary components. The exception text is included at the bottom of the license
29 29
* file <license.html>.
30
* 
30
*
31 31
* \endinternal
32 32
****************************************************************************************/
33 33
#ifndef CAN_H
......
38 38
* Function prototypes
39 39
****************************************************************************************/
40 40
void     CanInit(void);
41
void     CanTransmitPacket(blt_int8u *data, blt_int8u len, blt_int8u deviceID);
41
void     CanTransmitPacket(blt_int8u *data, blt_int8u len, blt_int32u deviceID);
42 42
blt_bool CanReceivePacket(blt_int8u *data);
43 43
#endif /* BOOT_COM_CAN_ENABLE > 0 || BOOT_GATE_CAN_ENABLE > 0 */
44 44

  

Also available in: Unified diff