flash: declare fixed arrays const
[fw/openocd] / contrib / libdcc / example.c
index d456f3955125197db28300c7f5911c7d94883e94..2cbef2053d4963c2b31311b2f548ccf187a0e0d8 100644 (file)
  *   You should have received a copy of the GNU General Public License     *
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  ***************************************************************************/
 
 #include "dcc_stdio.h"
 
 /* enable openocd debugmsg at the gdb prompt:
- * monitor target_request debugmsgs enable 
- * 
+ * monitor target_request debugmsgs enable
+ *
  * create a trace point:
  * monitor trace point 1
- * 
+ *
  * to show how often the trace point was hit:
  * monitor trace point
 */