Skip to content

Commit

Permalink
Bump to edge tinyusb.
Browse files Browse the repository at this point in the history
This seemed to fix the crackle issue with Picade Max Audio,
so who knows what it'll fix with input...
  • Loading branch information
Gadgetoid committed Jul 29, 2024
1 parent f3383d6 commit bd5d6ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ jobs:
path: pico-sdk
submodules: true

- name: TESTING Mangle Pico SDK's TinyUSB submodule
run: |
cd pico-sdk/lib/tinyusb
git fetch origin master:master
git checkout master
# Linux deps
- name: Install deps
if: runner.os == 'Linux'
Expand Down
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <string_view>
#include <ctype.h> // isupper / islower

#include "bsp/board.h"
#include "bsp/board_api.h"
#include "tusb.h"
#include "custom_gamepad.h"

Expand Down Expand Up @@ -349,4 +349,4 @@ void cdc_task(void)
#endif
}
}
*/
*/

0 comments on commit bd5d6ae

Please sign in to comment.