Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: CAN_asser.h
- Revision:
- 16:05665faaa489
- Parent:
- 13:9c62e263f245
- Child:
- 17:aae5361ddddf
--- a/CAN_asser.h Mon Jun 03 16:37:37 2019 +0000 +++ b/CAN_asser.h Tue Jun 04 08:49:01 2019 +0000 @@ -31,7 +31,7 @@ void can_init(void); void isr_can(); void majFlagDpl(bool& flagFinDpl); -void majPos(int* pos); +void majPos(short* pos); void get_pos(CANMessage msg_pos, short* position); void SendCoefK (unsigned short id, double K);