-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.h
More file actions
15 lines (11 loc) · 743 Bytes
/
Copy pathconfig.h
File metadata and controls
15 lines (11 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef config_h
#define config_h
/*************************************************************************************************/
/************* ***************/
/************* SECTION 1 - BASIC SETUP ***************/
/************* ***************/
/*************************************************************************************************/
#define CYCLETIME_TARGET 0 //1500
#define UPDATE_SIZE 20
/*************************************************************************************************/
#endif