Source code files – Motorola USB08 User Manual

Page 102

Advertising
background image

Designer Reference Manual

USB08 Evaluation Board

102

Source Code Files

MOTOROLA

Source Code Files

// Manufacturer String

//--------------------------------------------

#define SD1LEN sizeof("MCT Elektronikladen")*2

//--------------------------------------------

const uchar String1Desc[SD1LEN] = {

// Size, Type

SD1LEN, DT_STRING,

// Unicode String

’M’, 0,

’C’, 0,

’T’, 0,

’ ’, 0,

’E’, 0,

’l’, 0,

’e’, 0,

’k’, 0,

’t’, 0,

’r’, 0,

’o’, 0,

’n’, 0,

’i’, 0,

’k’, 0,

’l’, 0,

’a’, 0,

’d’, 0,

’e’, 0,

’n’, 0

};

Advertising