X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Frtos%2Frtos.h;h=12a96d2ab0e1b439b4975d822569eeec7503ea44;hp=d8335b4a82e022210563be2fe4364c3ca6a72ca9;hb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee;hpb=7bfcc10839d2a9190cb7ae9fae02280e643b3450 diff --git a/src/rtos/rtos.h b/src/rtos/rtos.h index d8335b4a82..12a96d2ab0 100644 --- a/src/rtos/rtos.h +++ b/src/rtos/rtos.h @@ -15,7 +15,7 @@ * 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. * ***************************************************************************/ #ifndef RTOS_H @@ -101,6 +101,5 @@ int rtos_update_threads(struct target *target); int rtos_smp_init(struct target *target); /* function for handling symbol access */ int rtos_qsymbol(struct connection *connection, char *packet, int packet_size); -int str_to_hex(char *hex_dst, char *src); #endif /* RTOS_H */