On 10/3/22 10:53, Mike Christie wrote:
+ unsigned char cmd[10] = { SYNCHRONIZE_CACHE };
Can cmd[] be declared static const? Thanks, Bart.
On 10/3/22 10:53, Mike Christie wrote:
+ unsigned char cmd[10] = { SYNCHRONIZE_CACHE };
Can cmd[] be declared static const? Thanks, Bart.