FreeCalypso > hg > freecalypso-sw
view loadtools/defpath.c @ 895:1fa8ada742ff
gsm-fw rfcap default: triband for the Pirelli target
| author | Space Falcon <falcon@ivan.Harhan.ORG> |
|---|---|
| date | Tue, 30 Jun 2015 19:47:12 +0000 |
| parents | 02cb0206aa47 |
| children |
line wrap: on
line source
/* * By default the loadagent.srec target utility and some hardware parameter * files are sought in an installation directory, to make the more common * command line operations more manageable. */ char default_helpers_dir[] = "/usr/local/share/freecalypso"; char default_loadagent_image[] = "/usr/local/share/freecalypso/loadagent.srec"; char loadtool_help_file[] = "/usr/local/share/freecalypso/loadtool.help";
