I'm particularly grateful for the fact that I do not have spina bifida
This commit is contained in:
parent
44d9d0198f
commit
e96f8edd98
2 changed files with 0 additions and 46 deletions
|
@ -61,29 +61,6 @@ int main(int argc, char **argv) {
|
||||||
skipstone_link *link;
|
skipstone_link *link;
|
||||||
skipstone_message_service *service;
|
skipstone_message_service *service;
|
||||||
|
|
||||||
struct {
|
|
||||||
uint8_t command;
|
|
||||||
uint8_t state;
|
|
||||||
uint32_t track_position;
|
|
||||||
uint32_t play_rate;
|
|
||||||
uint8_t shuffle;
|
|
||||||
uint8_t repeat;
|
|
||||||
} play_state = {
|
|
||||||
0x11, 0x01, 0, 44100, 0x01, 0x01
|
|
||||||
};
|
|
||||||
|
|
||||||
struct {
|
|
||||||
uint8_t command;
|
|
||||||
uint8_t package_len;
|
|
||||||
char package[8];
|
|
||||||
uint8_t name_len;
|
|
||||||
char name[8];
|
|
||||||
} play_info = {
|
|
||||||
0x13,
|
|
||||||
8, { 'D', 'e', 'a', 'D', 'B', 'e', 'e', 'F' },
|
|
||||||
8, { 'R', 'e', 'a', 'L', 'D', 'e', 'a', 'D' }
|
|
||||||
};
|
|
||||||
|
|
||||||
if (argc != 2) {
|
if (argc != 2) {
|
||||||
usage(argc, argv);
|
usage(argc, argv);
|
||||||
}
|
}
|
||||||
|
|
|
@ -61,29 +61,6 @@ int main(int argc, char **argv) {
|
||||||
skipstone_link *link;
|
skipstone_link *link;
|
||||||
skipstone_message_service *service;
|
skipstone_message_service *service;
|
||||||
|
|
||||||
struct {
|
|
||||||
uint8_t command;
|
|
||||||
uint8_t state;
|
|
||||||
uint32_t track_position;
|
|
||||||
uint32_t play_rate;
|
|
||||||
uint8_t shuffle;
|
|
||||||
uint8_t repeat;
|
|
||||||
} play_state = {
|
|
||||||
0x11, 0x01, 0, 44100, 0x01, 0x01
|
|
||||||
};
|
|
||||||
|
|
||||||
struct {
|
|
||||||
uint8_t command;
|
|
||||||
uint8_t package_len;
|
|
||||||
char package[8];
|
|
||||||
uint8_t name_len;
|
|
||||||
char name[8];
|
|
||||||
} play_info = {
|
|
||||||
0x13,
|
|
||||||
8, { 'D', 'e', 'a', 'D', 'B', 'e', 'e', 'F' },
|
|
||||||
8, { 'R', 'e', 'a', 'L', 'D', 'e', 'a', 'D' }
|
|
||||||
};
|
|
||||||
|
|
||||||
if (argc != 2) {
|
if (argc != 2) {
|
||||||
usage(argc, argv);
|
usage(argc, argv);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue