Landtiger LPC1768 C BigLib 1
A self made, custom C library for the LandTiger board.
 
Loading...
Searching...
No Matches
system.h
Go to the documentation of this file.
1#ifndef _SYSTEM_H
2#define _SYSTEM_H
3
4#ifdef SIMULATOR
5extern uint8_t ScaleFlag; // Needs to be visible in order to become visible by the simulator
6#endif
7
8extern void SystemInit();
9
10#endif
void SystemInit()