Merge pull request #34 from Wunkolo/pica-regs-helpers

Add missing header for regs.hpp
This commit is contained in:
wheremyfoodat 2023-06-16 16:05:07 +03:00 committed by GitHub
commit c6f5d19983
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
#pragma once
#include "helpers.hpp"
namespace PICAInternalRegs {
enum : u32 {
@ -71,7 +72,7 @@ namespace PICAInternalRegs {
FixedAttribData0 = 0x233,
FixedAttribData1 = 0x234,
FixedAttribData2 = 0x235,
// Command processor registers
CmdBufSize0 = 0x238,
CmdBufSize1 = 0x239,