10 lines
130 B
C
10 lines
130 B
C
#pragma once
|
|
|
|
|
|
#if defined MOBICAR_1_2
|
|
#define M_NAME "M2_"
|
|
#elif defined MOBICAR_3
|
|
#define M_NAME "M3_"
|
|
#endif
|
|
|