mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
atrf-path: the GUI is now activated with -g; also changed arguments in GUI mode
- atrf-path.c (usage, main): new option -g to invoke the GUI - atrf-path.c (usage, main): in GUI mode, the number of sweeps is optional (default: infinite) - atrf-path.c (main), gui.h (gui), gui.c (gui): exit after the specified number of sweeps
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
|
||||
|
||||
#ifdef HAVE_GFX
|
||||
void gui(const struct sweep *sweep);
|
||||
void gui(const struct sweep *sweep, int sweeps);
|
||||
#else
|
||||
#define gui(sweep) abort()
|
||||
#define gui(sweep, sweeps) abort()
|
||||
#endif
|
||||
|
||||
#endif /* !GUI_H */
|
||||
|
||||
Reference in New Issue
Block a user