Skip to content

Commit

Permalink
Install ppu.h; reference using angle brackets.
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterymath committed Mar 30, 2022
1 parent de58f02 commit 9de0d3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/nes-nrom-128/color-cycle.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "ppu.h"
#include <ppu.h>

int main(void) {
// Enable BG rendering.
Expand Down
2 changes: 1 addition & 1 deletion mos-platform/nes-nrom-128/include/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
llvm_mos_sdk_install(FILES)
llvm_mos_sdk_install(FILES ppu.h)

0 comments on commit 9de0d3e

Please sign in to comment.