Skip to content
Snippets Groups Projects
Commit 62bb7da1 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Add missing arch.h file

parent 7fa97753
No related branches found
No related tags found
No related merge requests found
#ifndef ARCH_H
#define ARCH_H
class Arch {
private:
Arch(const Arch &copy);
public:
Arch () {}
void setup();
void idle_loop();
};
extern Arch arch;
#endif
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