jtag: constify driver arrays
[fw/openocd] / src / jtag / aice / aice_interface.c
index 838b54faaf994ebfab045176fcddcf76ed767d2a..363b208a357db3229f16aac1f2b05bb1f992715c 100644 (file)
@@ -31,7 +31,7 @@
 #include "aice_usb.h"
 
 #define AICE_KHZ_TO_SPEED_MAP_SIZE     16
-static int aice_khz_to_speed_map[AICE_KHZ_TO_SPEED_MAP_SIZE] = {
+static const int aice_khz_to_speed_map[AICE_KHZ_TO_SPEED_MAP_SIZE] = {
        30000,
        15000,
        7500,