More sys_uart packets (#11332)

* Additional sys_uart packets added
This commit is contained in:
Vestrel 2022-01-10 09:43:54 +09:00 committed by GitHub
parent 83026fd263
commit 1adc408ad7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 2457 additions and 127 deletions

View file

@ -2849,7 +2849,7 @@ void thread_ctrl::set_native_priority(int priority)
if (int err = pthread_setschedparam(pthread_self(), policy, &param))
{
sig_log.error("pthraed_setschedparam() failed: %d", err);
sig_log.error("pthread_setschedparam() failed: %d", err);
}
#endif
}