Skip to content
Snippets Groups Projects
Select Git revision
  • bfd24e9642a4b5efcd8053a6dca97a736675acac
  • master default protected
2 results

rtt-pwm-sine-task.rs

Blame
  • script.sh 155 B
    set -ex
    
    main() {
        cross build --target $TARGET
    
        if [ $TARGET = x86_64-unknown-linux-gnu ]; then
            cross test --target $TARGET
        fi
    }
    
    main