mirror of
https://github.com/zeldaret/tp
synced 2026-05-31 17:32:37 -04:00
Improving compatibility with standard cpp compiler (#2920)
* Improving compatibility with standard cpp compiler * Add __REGISTER macro for non mwcc compatibility * Fix for PR comments * fix missing define for revolution * Simplifying cSAngle conversion
This commit is contained in:
+2
-2
@@ -3088,9 +3088,9 @@ static leafdraw_method_class l_dMeter2_Method = {
|
||||
};
|
||||
|
||||
extern msg_process_profile_definition g_profile_METER2 = {
|
||||
-3,
|
||||
fpcLy_CURRENT_e,
|
||||
12,
|
||||
-3,
|
||||
fpcPi_CURRENT_e,
|
||||
PROC_METER2,
|
||||
(process_method_class*)&g_fpcLf_Method,
|
||||
sizeof(dMeter2_c),
|
||||
|
||||
Reference in New Issue
Block a user