owl_patch 0.8.0

Rust SDK for Rebel Technology Owl2/3 devices
Documentation
1
2
3
4
5
6
7
8
#ifndef __SYSTEM_TABLES_H
#define __SYSTEM_TABLES_H

#include "ProgramVector.h"

void setSystemTables(ProgramVector* pv);

#endif /*  __SYSTEM_TABLES_H */