Merge pull request #1097 from devnexen/update_angle_t_type

Update angle_t type.
This commit is contained in:
Fabian Greffrath 2018-10-21 23:36:56 +02:00 committed by GitHub
commit 38a3e0922b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ extern const byte gammatable[5][256];
#define SLOPEBITS 11 #define SLOPEBITS 11
#define DBITS (FRACBITS-SLOPEBITS) #define DBITS (FRACBITS-SLOPEBITS)
typedef unsigned angle_t; typedef unsigned int angle_t;
// Effective size is 2049; // Effective size is 2049;