• Robert Schmidt's avatar
    nr-uesoftmodem: don't set priority, check for SYS_NICE · 37f3f0b6
    Robert Schmidt authored
    The main thread of nr-uesoftmodem (executing main()) is mostly working;
    it is thus not necessary to set high priority. Instead, the threads
    created with threadCreate() will receive higher priority, if possible
    (as determined by the availability of SYS_NICE capability).
    
    To inform if SYS_NICE is not present, print a warning in main().
    37f3f0b6
nr-uesoftmodem.c 21.7 KB