summaryrefslogtreecommitdiff
path: root/cross/uisp/patches/patch-src_avr_h
blob: c84597445e1aaa927a1785f6a1e8168122a92563 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-src_avr_h,v 1.1 2011/08/29 01:27:29 dholland Exp $

- catch up to C++ standards churn

--- src/Avr.h~	2004-02-07 18:54:06.000000000 +0000
+++ src/Avr.h
@@ -138,7 +138,7 @@ class TAvr: public TDevice{
 private:
   /* AVR Family Device (Part) List */
   struct TPart {
-    char* name;
+    const char *name;
     TByte part_family;
     TByte part_number;
     TAddr flash_size;