Mercurial > hg > beaglert
comparison core/default_main.cpp @ 175:9bfe04d184fb experimental-fixing-AuxiliaryTask
Demonstrates issue #1374
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Mon, 28 Dec 2015 15:00:34 +0100 |
parents | b89dd0c97a04 |
children |
comparison
equal
deleted
inserted
replaced
174:1e629f126322 | 175:9bfe04d184fb |
---|---|
30 cerr << " --help [-h]: Print this menu\n"; | 30 cerr << " --help [-h]: Print this menu\n"; |
31 } | 31 } |
32 | 32 |
33 int main(int argc, char *argv[]) | 33 int main(int argc, char *argv[]) |
34 { | 34 { |
35 printf("in main\n"); | |
36 dumpAuxTasks(); | |
35 BeagleRTInitSettings settings; // Standard audio settings | 37 BeagleRTInitSettings settings; // Standard audio settings |
36 | 38 |
37 struct option customOptions[] = | 39 struct option customOptions[] = |
38 { | 40 { |
39 {"help", 0, NULL, 'h'}, | 41 {"help", 0, NULL, 'h'}, |