Merge pull request 'Change' (#12) from actions_testing into master

Reviewed-on: #12
This commit is contained in:
hodasemi 2023-08-15 11:34:28 +02:00
commit 1846ff5faa
2 changed files with 8 additions and 1 deletions

View file

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

View file

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