pull/252/head
Mihail Stoyanov 2014-04-04 12:26:23 +01:00
commit 8806b50775
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#if defined(TARGET_K64F)
AnalogIn in(A0);
AnalogOut out(A5);
AnalogOut out(DAC0_OUT);
#elif defined(TARGET_KL25Z)
AnalogIn in(PTC2);