blob: 079f766fad90edc02f28c9783380d7d7cef3aa2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/// @file
#ifndef U3_OPTIONS_V2_H
#define U3_OPTIONS_V2_H
#include "../options.h"
/** Globals.
**/
/* u3_Config / u3C: global memory control.
*/
# define u3C_v2 u3C
#endif /* ifndef U3_OPTIONS_H */
|