Another small fix

This commit is contained in:
dingusdev 2020-02-24 19:56:02 -07:00
parent 8bf902d945
commit e3a1c3501a

View File

@ -137,7 +137,7 @@ inline void ViaCuda::assert_sr_int()
void ViaCuda::cuda_write(uint8_t new_state)
{
if (!cuda_ready()) {
LOG_F(ERROR, "Cuda not ready! \n");
LOG_F(WARNING, "Cuda not ready! \n");
return;
}