From 33c1208b8cc544c9cafab007a886e81c375b8e94 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Fri, 28 Feb 2025 10:09:43 -0600 Subject: [PATCH] compile warning about improper use of backslash --- MCUME_pico2/pico64/emucfg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MCUME_pico2/pico64/emucfg.h b/MCUME_pico2/pico64/emucfg.h index 5829db2..aafce21 100644 --- a/MCUME_pico2/pico64/emucfg.h +++ b/MCUME_pico2/pico64/emucfg.h @@ -68,8 +68,8 @@ const unsigned short key_map1[] = { #define keylables_map2_2 (char *)" ()?/\"<>,: " const unsigned short key_map2[] = { '1','2','3','4','5','6','7','8','9','0',0, - 0, '!','@','#','$','%','+','&','*','-','\/', - 0, '(',')','?','\/','"','<','>',',',':', + 0, '!','@','#','$','%','+','&','*','-','/', + 0, '(',')','?','/','"','<','>',',',':', 145,157,29,17 //U L R D };