1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-06 11:26:25 +02:00

[ES] Fixed variable type

Signed-óff-by: Jim Martens <github@2martens.de>
This commit is contained in:
2015-05-05 17:36:16 +02:00
parent d4e405742f
commit f4dac3083d
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ int vref = A0;
// used to achieve a 10 Hz frequency
// don't touch them
int rc = 1049999;
long rc = 1049999;
bool volatile read_ready = false;