You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cos and sin tables should be signed, this is causing the s_clock.c example to fail with SDCC 4.4
If you need to keep trigonometric tables unsigned you need to cast then to signed each time you use them
In attach the s_clock.c fixed without changing the trigonometric tables
Cos and sin tables should be signed, this is causing the s_clock.c example to fail with SDCC 4.4
If you need to keep trigonometric tables unsigned you need to cast then to signed each time you use them
In attach the s_clock.c fixed without changing the trigonometric tables
s_clock.c.txt
The text was updated successfully, but these errors were encountered: