Merge pull request #1276 from openmv/fast_fix

Fix FAST build.
This commit is contained in:
Ibrahim Abd Elkader 2021-04-25 23:20:44 +02:00 committed by GitHub
commit 3a6de705de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,7 +201,7 @@ static void nonmax_suppression(corner_t *corners, int num_corners, array_t *keyp
}
}
static int fast9_corner_score(const byte* p, int bstart)
static int fast9_corner_score(const uint8_t *p, int bstart)
{
int bmin = bstart;
int bmax = 255;