Revision d54d2f07 Host/Source/SerialBoot/xcpmaster.h

View differences:

Host/Source/SerialBoot/xcpmaster.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 XCPMASTER_H
......
58 58
****************************************************************************************/
59 59
sb_uint8 XcpMasterInit(sb_char *device, sb_uint32 baudrate, sb_uint8 comIsUart);
60 60
void     XcpMasterDeinit(void);
61
sb_uint8 XcpMasterConnect(sb_uint8 flashingTargetID);
61
sb_uint8 XcpMasterConnect(sb_uint32 flashingTargetID);
62 62
sb_uint8 XcpMasterDisconnect(void);
63 63
sb_uint8 XcpMasterProgramReset(void);
64 64
sb_uint8 XcpMasterStartProgrammingSession(void);

Also available in: Unified diff