use stdint types only where needed

This commit is contained in:
Markus Fröschle
2017-04-15 07:34:51 +00:00
parent 4f45b21484
commit 900d83eca7
5 changed files with 141 additions and 110 deletions

View File

@@ -342,6 +342,7 @@ struct mode_option resolution =
.freq = 60,
.flags = 0,
};
int16_t force_measure_pll = 0;
void install_vbl_timer(void *func, int32_t remove)