aboutsummaryrefslogtreecommitdiff
path: root/include/usr/main.h
blob: 5fd29f989fed03cc9898733a7eb94ed049b99025 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef USR_MAIN_H
#define USR_MAIN_H

#ifdef RPI_BUILD
	#define USR_TIME 40
#else
	#define USR_TIME 2000
#endif

void main(void);

#endif