Skip to content
Snippets Groups Projects
Commit 7d6f7684 authored by purpasmart96's avatar purpasmart96
Browse files

added "StoreDataCache" to the function table

seems simple enough
parent 9061cdc9
No related branches found
No related tags found
No related merge requests found
...@@ -358,6 +358,7 @@ const Interface::FunctionInfo FunctionTable[] = { ...@@ -358,6 +358,7 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x001C0040, nullptr, "SetLedForceOff"}, {0x001C0040, nullptr, "SetLedForceOff"},
{0x001D0040, nullptr, "SetTestCommand"}, {0x001D0040, nullptr, "SetTestCommand"},
{0x001E0080, nullptr, "SetInternalPriorities"}, {0x001E0080, nullptr, "SetInternalPriorities"},
{0x001F0082, nullptr, "StoreDataCache"},
}; };
//////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment