Compare commits

..

No commits in common. "1846ff5faa746c675a11680b94171cd7d7d6097a" and "dc53c2f302d57b28b5f29a14ac1d6296b213e821" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View file

@ -11,12 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: https://github.com/actions/checkout@v3 - uses: actions/checkout@v3
- uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Install flip-link
run: cargo install flip-link
- name: Build - name: Build
run: cargo build run: cargo build

View file

@ -104,8 +104,6 @@ fn main() -> ! {
fn mouse_move(delay: &mut Delay, wait_time: u32, v: i8) { fn mouse_move(delay: &mut Delay, wait_time: u32, v: i8) {
delay.delay_ms(wait_time); delay.delay_ms(wait_time);
// dummy comment for actions testing
let rep = MouseReport { let rep = MouseReport {
x: 0, x: 0,
y: v, y: v,