Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/FixedPointsArduino/commit/149be223359f69415ed85dcb236adfcf30896fd2?style=unified&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
10 additions and
0 deletions
src/FixedPoints/SFixed0FreeFunctions.h
src/FixedPoints/UFixed0FreeFunctions.h
@ -192,10 +192,13 @@ DELETED_OPERATORS( signed long long int )
# undef DELETED_OPERATORS
# undef OPERATORS
# undef DELETED_ARITHMETIC_OPERATORS
# undef DELETED_LOGIC_OPERATORS
# undef ARITHMETIC_OPERATORS
# undef LOGIC_OPERATORS
# undef DELETED_ARITHMETIC_OPERATOR
# undef ARITHMETIC_OPERATOR
@ -206,4 +209,6 @@ DELETED_OPERATORS( signed long long int )
# undef DELETED_LOGIC_OPERATOR_GT
# undef DELETED_LOGIC_OPERATOR_GTE
# undef LOGIC_OPERATOR
FIXED_POINTS_END_NAMESPACE
@ -192,10 +192,13 @@ DELETED_OPERATORS( signed long long int )
# undef DELETED_OPERATORS
# undef OPERATORS
# undef DELETED_ARITHMETIC_OPERATORS
# undef DELETED_LOGIC_OPERATORS
# undef ARITHMETIC_OPERATORS
# undef LOGIC_OPERATORS
# undef DELETED_ARITHMETIC_OPERATOR
# undef ARITHMETIC_OPERATOR
@ -206,4 +209,6 @@ DELETED_OPERATORS( signed long long int )
# undef DELETED_LOGIC_OPERATOR_GT
# undef DELETED_LOGIC_OPERATOR_GTE
# undef LOGIC_OPERATOR
FIXED_POINTS_END_NAMESPACE