diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-03-20 17:04:33 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-03-20 17:04:33 +0100 |
commit | 0c23afa5651cc3d7f9ad53311446325e35313347 (patch) | |
tree | b5f010ef6713fb30e44736e3138eaad314b4d353 /test/ppu-stm-integration-demo/data.h | |
parent | 42c5e8f324129b500a04c1a060a20f411e105dfd (diff) |
debugged the ppu (still WIP, but some output is visible)
Diffstat (limited to 'test/ppu-stm-integration-demo/data.h')
-rw-r--r-- | test/ppu-stm-integration-demo/data.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ppu-stm-integration-demo/data.h b/test/ppu-stm-integration-demo/data.h new file mode 100644 index 0000000..a1e3097 --- /dev/null +++ b/test/ppu-stm-integration-demo/data.h @@ -0,0 +1,4 @@ +#pragma once + +#include "test-image.h" + |