Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 2203 → Rev 2204

/Transportables_Koptertool/PKT/branches/branch_FollowMeStep2/gps/mymath.h
10,6 → 10,7
 
uint16_t sqrt32(uint32_t qzahl);
int16_t c_cos_8192(int16_t angle);
int16_t c_sin_8192(int16_t angle);
int16_t my_atan2(int32_t y, int32_t x);
 
#endif
#endif