mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
215 B
12 lines
215 B
#pragma once
|
|
|
|
#ifndef _CONST_H_
|
|
#define _CONST_H_
|
|
|
|
#define TIMER_NUM 1
|
|
|
|
#define TIMER_FREQUENCY (1000 * 60 * 5) /* 5 minutes == 1000 mill * 60 seconds * 5 min */
|
|
|
|
#define MAX_BALLOON_FIRINGS 12
|
|
|
|
#endif
|