Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrip committed Jan 15, 2024
1 parent a9c68cd commit 0e3c778
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/BuildAndRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,6 @@ jobs:
cd lib/tinyusb &&
git checkout 08f9ed67c92421cbd0bc09270d2f363886681866
- name: Install picotool
run: |
cd $HOME && \
export PICO_SDK_PATH=$HOME/pico-sdk && \
git clone https://github.com/raspberrypi/picotool.git --branch master && \
cd picotool/ && \
mkdir build && \
cd build && \
cmake -G Ninja .. && \
cmake --build .
- name: Build the project
run: |
export PICO_SDK_PATH=$HOME/pico-sdk && \
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extern "C" {
#include "st7789.h"
#endif
#ifdef HDMI
#include "HDMI.h"
#include "hdmi.h"
#endif
#ifdef VGA
#include "vga.h"
Expand Down

0 comments on commit 0e3c778

Please sign in to comment.