forked from Imagelibrary/rtems
GCC warnings when comparing the starting addresses of two arrays when using just the name of the array. Changes to use the address of element 0 which resolved the warning.
GCC warnings when comparing the starting addresses of two arrays when using just the name of the array. Changes to use the address of element 0 which resolved the warning.