Skip to content

Use magic constants instead of magic numbers #52

Use magic constants instead of magic numbers

Use magic constants instead of magic numbers #52

Workflow file for this run

name: Rust
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install target
run: rustup target add thumbv7em-none-eabihf
- name: Build
run: cargo build --all --exclude nrf52-cryptocell --exclude nrf52-aes-128
- name: Formatting
run: cargo fmt -- --check