In Windows 10 Pro, after recent updates were installed, I get the compile errors below. It worked fine, until about a week ago. It still compiles fine in my Win7 laptop, which has NOT installed any recent updates. Verbose output and sketches attached.
Arduino: 1.8.9 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino\wiring_analog.c: In function 'analogRead':
wiring_analog.c:76:4: error: called object is not a function or function pointer
delayMicroseconds(10)
^
exit status 1
called object is not a function or function pointer
a1_KBMenu.ino (10.4 KB)
a2_tftMenu.ino (4.98 KB)
b_Chambers.ino (2.26 KB)
BAC_Main.ino (9.15 KB)
c_Pumps.ino (1.59 KB)
d_Measurements.ino (13.1 KB)
e_tftDisplay.ino (944 Bytes)
f_Touch.ino (1.44 KB)
p_Parameters.ino (4.42 KB)
y_Testing.ino (2.03 KB)
z_Functions01.ino (3.39 KB)